Uses of Record Class
net.ygbstudio.powerwp4j.models.entities.WPSiteInfo
Packages that use WPSiteInfo
-
Uses of WPSiteInfo in net.ygbstudio.powerwp4j.engine
Methods in net.ygbstudio.powerwp4j.engine with parameters of type WPSiteInfoModifier and TypeMethodDescriptionstatic @NotNull WPRestClientWPRestClient.of(WPSiteInfo siteInfo) Creates a new instance ofWPRestClientusing the providedWPSiteInfo.static @NotNull WPRestClientWPRestClient.testingOf(WPSiteInfo siteInfo, boolean ignoreSSL) Creates a new instance ofWPRestClientusing the providedWPSiteInfo.static Optional<WPCacheMeta> WPCacheMeta.updateCacheMeta(@NotNull WPSiteInfo siteInfo, Path cachePath, boolean ignoreSSLHandshakeException) Updates the cache metadata by making a request to the WordPress REST API and returns an optional WPCacheMeta object.Constructors in net.ygbstudio.powerwp4j.engine with parameters of type WPSiteInfoModifierConstructorDescriptionWPCacheManager(@NotNull WPSiteInfo siteInfo) Initializes a new instance of the WPCacheManager class using the providedWPSiteInfoobject.WPCacheManager(@NotNull WPSiteInfo siteInfo, Path cachePath) Initializes a new instance of the WPCacheManager class using the providedWPSiteInfoobject and an optional cache path.protectedWPRestClient(WPSiteInfo siteInfo) protectedWPRestClient(WPSiteInfo siteInfo, boolean ignoreSSL) -
Uses of WPSiteInfo in net.ygbstudio.powerwp4j.models.entities
Methods in net.ygbstudio.powerwp4j.models.entities that return types with arguments of type WPSiteInfoModifier and TypeMethodDescriptionstatic Optional<WPSiteInfo> WPSiteInfo.fromConfigResource(String fileName) Returns an Optional ofWPSiteInfoloaded from the specified configuration resource properties file.static Optional<WPSiteInfo> WPSiteInfo.fromEnv()Returns aWPSiteInfoloaded from the environment variables outlined inEnvironmentScope.