Uses of Class
com.ibm.team.fvt.tests.topology.Application

Packages that use Application
com.ibm.team.fvt.tests.topology   
 

Uses of Application in com.ibm.team.fvt.tests.topology
 

Methods in com.ibm.team.fvt.tests.topology that return Application
 Application Topology.getApplication(java.lang.String url)
          Return the application matching the given url address.
 

Methods in com.ibm.team.fvt.tests.topology that return types with arguments of type Application
 java.util.List<Application> Topology.getApplications()
          Return the list of application titles
 

Methods in com.ibm.team.fvt.tests.topology with parameters of type Application
 boolean Topology.onSameHost(Application firstApp, Application secondApp)
          Return whether two applications are hosted on the same server.