Uses of Interface
org.apache.sling.testing.tools.serversetup.SetupPhase

Packages that use SetupPhase
org.apache.sling.testing.tools.serversetup   
 

Uses of SetupPhase in org.apache.sling.testing.tools.serversetup
 

Classes in org.apache.sling.testing.tools.serversetup that implement SetupPhase
 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.tools.serversetup that return SetupPhase
 SetupPhase StartRunnableJarPhase.getKillPhase(String id)
          Return a SetupPhase that kills the process started by this phase
 

Methods in org.apache.sling.testing.tools.serversetup with parameters of type SetupPhase
 void ServerSetup.addSetupPhase(SetupPhase p)
          Add a SetupPhase to our list.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.