org.apache.servicemix.jbi.deployer.descriptor
Class SharedLibraryDesc

java.lang.Object
  extended by org.apache.servicemix.jbi.deployer.descriptor.SharedLibraryDesc

public class SharedLibraryDesc
extends java.lang.Object

The <jbi:shared-library> element.


Constructor Summary
SharedLibraryDesc()
           
 
Method Summary
 java.lang.String getClassLoaderDelegation()
           
 Identification getIdentification()
           
 ClassPath getSharedLibraryClassPath()
           
 java.lang.String getVersion()
           
 boolean isParentFirstClassLoaderDelegation()
           
 boolean isSelfFirstClassLoaderDelegation()
           
 void setClassLoaderDelegation(java.lang.String classLoaderDelegation)
           
 void setIdentification(Identification identification)
           
 void setSharedLibraryClassPath(ClassPath sharedLibraryClassPath)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedLibraryDesc

public SharedLibraryDesc()
Method Detail

getClassLoaderDelegation

public java.lang.String getClassLoaderDelegation()

setClassLoaderDelegation

public void setClassLoaderDelegation(java.lang.String classLoaderDelegation)

getVersion

public java.lang.String getVersion()

setVersion

public void setVersion(java.lang.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-2010 The Apache Software Foundation. All Rights Reserved.