Uses of Class
org.apache.sling.testing.tools.serversetup.ServerSetup

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

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

Methods in org.apache.sling.testing.tools.serversetup that return ServerSetup
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.tools.serversetup with parameters of type ServerSetup
 void StartRunnableJarPhase.run(ServerSetup owner)
           
 void SetupPhase.run(ServerSetup owner)
          Run this phase in the context of supplied ServerSetup
 

Constructors in org.apache.sling.testing.tools.serversetup with parameters of type ServerSetup
StartRunnableJarPhase(ServerSetup owner, String id, String description, Properties config)
           
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.