org.apache.servicemix.jbi.deployer.descriptor
Class SharedLibraryDesc
java.lang.Object
org.apache.servicemix.jbi.deployer.descriptor.SharedLibraryDesc
public class SharedLibraryDesc
- extends Object
The <jbi:shared-library> element.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharedLibraryDesc
public SharedLibraryDesc()
getClassLoaderDelegation
public String getClassLoaderDelegation()
setClassLoaderDelegation
public void setClassLoaderDelegation(String classLoaderDelegation)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getIdentification
public Identification getIdentification()
setIdentification
public void setIdentification(Identification identification)
getSharedLibraryClassPath
public ClassPath getSharedLibraryClassPath()
setSharedLibraryClassPath
public void setSharedLibraryClassPath(ClassPath sharedLibraryClassPath)
isParentFirstClassLoaderDelegation
public boolean isParentFirstClassLoaderDelegation()
isSelfFirstClassLoaderDelegation
public boolean isSelfFirstClassLoaderDelegation()
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.