org.apache.servicemix.jbi.deployer.descriptor
Class ComponentDesc
java.lang.Object
org.apache.servicemix.jbi.deployer.descriptor.ComponentDesc
public class ComponentDesc
- extends Object
The <jbi:component> element.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentDesc
public ComponentDesc()
isServiceEngine
public boolean isServiceEngine()
isBindingComponent
public boolean isBindingComponent()
isComponentClassLoaderDelegationParentFirst
public boolean isComponentClassLoaderDelegationParentFirst()
isComponentClassLoaderDelegationSelfFirst
public boolean isComponentClassLoaderDelegationSelfFirst()
isBootstrapClassLoaderDelegationParentFirst
public boolean isBootstrapClassLoaderDelegationParentFirst()
isBootstrapClassLoaderDelegationSelfFirst
public boolean isBootstrapClassLoaderDelegationSelfFirst()
getType
public String getType()
setType
public void setType(String type)
getComponentClassLoaderDelegation
public String getComponentClassLoaderDelegation()
setComponentClassLoaderDelegation
public void setComponentClassLoaderDelegation(String componentClassLoaderDelegation)
getBootstrapClassLoaderDelegation
public String getBootstrapClassLoaderDelegation()
setBootstrapClassLoaderDelegation
public void setBootstrapClassLoaderDelegation(String bootstrapClassLoaderDelegation)
getIdentification
public Identification getIdentification()
setIdentification
public void setIdentification(Identification identification)
getComponentClassName
public String getComponentClassName()
setComponentClassName
public void setComponentClassName(String componentClassName)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getComponentClassPath
public ClassPath getComponentClassPath()
setComponentClassPath
public void setComponentClassPath(ClassPath componentClassPath)
getBootstrapClassName
public String getBootstrapClassName()
setBootstrapClassName
public void setBootstrapClassName(String bootstrapClassName)
getBootstrapClassPath
public ClassPath getBootstrapClassPath()
setBootstrapClassPath
public void setBootstrapClassPath(ClassPath bootstrapClassPath)
getSharedLibraries
public SharedLibraryList[] getSharedLibraries()
setSharedLibraries
public void setSharedLibraries(SharedLibraryList[] sharedLibraries)
getDescriptorExtension
public InstallationDescriptorExtension getDescriptorExtension()
setDescriptorExtension
public void setDescriptorExtension(InstallationDescriptorExtension descriptorExtension)
isParentFirst
protected boolean isParentFirst(String text)
isSelfFirst
protected boolean isSelfFirst(String text)
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.