Class BootstrapRpc
- java.lang.Object
-
- com.atlassian.confluence.it.rpc.delegates.admin.BootstrapRpc
-
public class BootstrapRpc extends Object
Makes remote calls to theBootstrapManager
.
-
-
Constructor Summary
Constructors Constructor Description BootstrapRpc(AuthenticatedWebResourceProvider resourceProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationHome()
Gets the application home directory from the BootstrapResource.
-
-
-
Constructor Detail
-
BootstrapRpc
public BootstrapRpc(AuthenticatedWebResourceProvider resourceProvider)
-
-
Method Detail
-
getApplicationHome
public String getApplicationHome()
Gets the application home directory from the BootstrapResource.- Returns:
- Path to shared home if cluster, or local home if not
-
-