org.apache.servicemix.jbi.deployment
Class SharedLibrary

java.lang.Object
  extended by org.apache.servicemix.jbi.deployment.SharedLibrary

public class SharedLibrary
extends Object

Version:
$Revision: 426415 $

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

Constructor Detail

SharedLibrary

public SharedLibrary()
Method Detail

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-2008 Apache Software Foundation. All Rights Reserved.