org.mule.registry
Interface Library
- All Superinterfaces:
- Entry
- All Known Implementing Classes:
- AbstractLibrary
- public interface Library
- extends Entry
- Author:
- Guillaume Nodet
getComponents
public RegistryComponent[] getComponents()
getClassPathElements
public List getClassPathElements()
isClassLoaderParentFirst
public boolean isClassLoaderParentFirst()
addComponent
public void addComponent(RegistryComponent component)
removeComponent
public void removeComponent(RegistryComponent component)
install
public void install()
throws RegistryException
- Throws:
RegistryException
uninstall
public void uninstall()
throws RegistryException
- Throws:
RegistryException
getDescriptor
public RegistryDescriptor getDescriptor()
throws RegistryException
- Return the descriptor for this component.
- Returns:
-
- Throws:
RegistryException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.