Uses of Class
org.apache.sling.testing.serversetup.ServerSetup
-
Packages that use ServerSetup Package Description org.apache.sling.testing.serversetup -
-
Uses of ServerSetup in org.apache.sling.testing.serversetup
Methods in org.apache.sling.testing.serversetup that return ServerSetup Modifier and Type Method Description static ServerSetup
ServerSetupSingleton. instance()
Same as no-parameter instance() method, but uses System properties to create its instance.static ServerSetup
ServerSetupSingleton. instance(Properties config)
Create an instance based on the {@CLASS_NAME_PROP) property if needed and return it.Methods in org.apache.sling.testing.serversetup with parameters of type ServerSetup Modifier and Type Method Description void
SetupPhase. run(ServerSetup owner)
Run this phase in the context of supplied ServerSetupvoid
StartRunnableJarPhase. run(ServerSetup owner)
Constructors in org.apache.sling.testing.serversetup with parameters of type ServerSetup Constructor Description StartRunnableJarPhase(ServerSetup owner, String id, String description, Properties config)
-