Uses of Class
com.projectdarkstar.tools.dtc.domain.ServerApp

Uses of ServerApp in com.projectdarkstar.tools.dtc.domain
 

Methods in com.projectdarkstar.tools.dtc.domain that return ServerApp
 ServerApp ServerAppConfig.getServerApp()
          Returns the parent ServerApp which this configuration is associated with.
 

Methods in com.projectdarkstar.tools.dtc.domain that return types with arguments of type ServerApp
 List<ServerApp> ServerAppTag.getApps()
          Returns the list of ServerApp objects that are tagged with this tag.
 

Methods in com.projectdarkstar.tools.dtc.domain with parameters of type ServerApp
 void ServerAppConfig.setServerApp(ServerApp serverApp)
           
 

Method parameters in com.projectdarkstar.tools.dtc.domain with type arguments of type ServerApp
 void ServerAppTag.setApps(List<ServerApp> apps)
           
 

Constructors in com.projectdarkstar.tools.dtc.domain with parameters of type ServerApp
ServerAppConfig(String name, String additionalCommandLine, ServerApp serverApp)
           
 



Copyright © 2013. All Rights Reserved.