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

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

Methods in com.projectdarkstar.tools.dtc.domain that return types with arguments of type Property
 List<Property> ClientAppConfig.getProperties()
          Returns a list of arguments in the form of Property objects to be passed to the client during run time.
 List<Property> ServerAppConfig.getProperties()
          Returns a list of arguments in the form of Property objects to be passed to the server during run time.
 List<Property> TestExecutionResultClientLog.getProperties()
           
 List<Property> TestExecutionResultServerLog.getProperties()
           
 List<Property> TestSpec.getProperties()
          Returns a list of arguments in the form of Property objects to be passed to the TestRunner during run time.
 List<Property> SystemProbe.getProperties()
          Returns a list of arguments in the form of Property objects to be passed to the system probe during run time.
 List<Property> TestExecutionResult.getProperties()
          Returns a list of arguments in the form of Property objects to be passed to the TestRunner during run time.
 List<Property> TestExecutionResultProbeLog.getProperties()
           
 

Method parameters in com.projectdarkstar.tools.dtc.domain with type arguments of type Property
 void ClientAppConfig.setProperties(List<Property> properties)
           
 void ServerAppConfig.setProperties(List<Property> properties)
           
 void TestExecutionResultClientLog.setProperties(List<Property> properties)
           
 void TestExecutionResultServerLog.setProperties(List<Property> properties)
           
 void TestSpec.setProperties(List<Property> properties)
           
 void SystemProbe.setProperties(List<Property> properties)
           
 void TestExecutionResult.setProperties(List<Property> properties)
           
 void TestExecutionResultProbeLog.setProperties(List<Property> properties)
           
 



Copyright © 2013. All Rights Reserved.