Uses of Interface
com.collation.platform.model.discovery.agent.ClassPathEntry

Packages that use ClassPathEntry
com.collation.platform.model.discovery.agent   
 

Uses of ClassPathEntry in com.collation.platform.model.discovery.agent
 

Methods in com.collation.platform.model.discovery.agent that return ClassPathEntry
 ClassPathEntry[] AgentConfiguration.getClassPath()
           
 

Methods in com.collation.platform.model.discovery.agent with parameters of type ClassPathEntry
 void AgentConfiguration.setClassPath(ClassPathEntry[] classpath)