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

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

Methods in com.projectdarkstar.tools.dtc.domain that return PkgLibrary
 PkgLibrary TestSuite.getDarkstarPkg()
          Returns the PkgLibrary object that represents the binary darkstar package that is to be used in this test suite.
 PkgLibrary TestExecutionResultClientLog.getOriginalClientAppRequiredPkg()
           
 PkgLibrary TestExecutionResultServerLog.getOriginalServerAppRequiredPkg()
           
 PkgLibrary TestExecutionResultProbeLog.getOriginalSystemProbeRequiredPkg()
           
 PkgLibrary TestExecution.getOriginalTestSuiteDarkstarPkg()
          Returns the original PkgLibrary for the darkstar package required to run the tests.
 PkgLibrary ClientApp.getRequiredPkg()
          Returns the package library required to run this client application.
 PkgLibrary SystemProbe.getRequiredPkg()
          Returns the package library required to run this system probe.
 PkgLibrary ServerApp.getRequiredPkg()
          Returns the package library required to run this server application.
 

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

Methods in com.projectdarkstar.tools.dtc.domain with parameters of type PkgLibrary
 void TestSuite.setDarkstarPkg(PkgLibrary darkstarPkg)
           
 void TestExecution.setOriginalTestSuiteDarkstarPkg(PkgLibrary originalTestSuiteDarkstarPkg)
           
 void ClientApp.setRequiredPkg(PkgLibrary requiredPkg)
           
 void SystemProbe.setRequiredPkg(PkgLibrary requiredPkg)
           
 void ServerApp.setRequiredPkg(PkgLibrary requiredPkg)
           
 

Method parameters in com.projectdarkstar.tools.dtc.domain with type arguments of type PkgLibrary
 void PkgLibraryTag.setLibraries(List<PkgLibrary> libraries)
           
 

Constructors in com.projectdarkstar.tools.dtc.domain with parameters of type PkgLibrary
ClientApp(String name, String description, PkgLibrary requiredPkg)
           
ServerApp(String name, String description, PkgLibrary requiredPkg)
           
SystemProbe(String name, String className, String classPath, String metric, String units, PkgLibrary requiredPkg)
           
TestSuite(String name, String description, PkgLibrary darkstarPkg)
           
 



Copyright © 2013. All Rights Reserved.