Uses of Class
org.apache.servicemix.jbi.deployer.descriptor.ClassPath

Packages that use ClassPath
org.apache.servicemix.jbi.deployer.descriptor JBI descriptor POJOs based model. 
 

Uses of ClassPath in org.apache.servicemix.jbi.deployer.descriptor
 

Methods in org.apache.servicemix.jbi.deployer.descriptor that return ClassPath
 ClassPath ComponentDesc.getBootstrapClassPath()
           
 ClassPath ComponentDesc.getComponentClassPath()
           
 ClassPath SharedLibraryDesc.getSharedLibraryClassPath()
           
 

Methods in org.apache.servicemix.jbi.deployer.descriptor with parameters of type ClassPath
 void ComponentDesc.setBootstrapClassPath(ClassPath bootstrapClassPath)
           
 void ComponentDesc.setComponentClassPath(ClassPath componentClassPath)
           
 void SharedLibraryDesc.setSharedLibraryClassPath(ClassPath sharedLibraryClassPath)
           
 



Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.