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

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

Methods in com.projectdarkstar.tools.dtc.domain that return ClientApp
 ClientApp ClientAppConfig.getClientApp()
          Returns the parent ClientApp which this configuration is associated with.
 

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

Methods in com.projectdarkstar.tools.dtc.domain with parameters of type ClientApp
 void ClientAppConfig.setClientApp(ClientApp clientApp)
           
 

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

Constructors in com.projectdarkstar.tools.dtc.domain with parameters of type ClientApp
ClientAppConfig(String name, String path, ClientAppConfigType propertyMethod, ClientApp clientApp)
           
 



Copyright © 2013. All Rights Reserved.