Uses of Interface
org.apache.sling.testing.serversetup.SetupPhase
-
Packages that use SetupPhase Package Description org.apache.sling.testing.serversetup -
-
Uses of SetupPhase in org.apache.sling.testing.serversetup
Classes in org.apache.sling.testing.serversetup that implement SetupPhase Modifier and Type Class Description class
StartRunnableJarPhase
SetupPhase that uses a JarExecutor to start a runnable jar, and stop it at system shutdown if our SetupServer wants that.Methods in org.apache.sling.testing.serversetup that return SetupPhase Modifier and Type Method Description SetupPhase
StartRunnableJarPhase. getKillPhase(String id)
Return a SetupPhase that kills the process started by this phaseMethods in org.apache.sling.testing.serversetup with parameters of type SetupPhase Modifier and Type Method Description void
ServerSetup. addSetupPhase(SetupPhase p)
Add a SetupPhase to our list.
-