Uses of Interface
org.mule.registry.Library

Packages that use Library
org.mule.registry   
org.mule.registry.impl   
 

Uses of Library in org.mule.registry
 

Methods in org.mule.registry that return Library
 Library[] RegistryComponent.getLibraries()
          Retrieves the libraries that this component uses.
 Library[] Registry.getLibraries()
           
 Library Registry.getLibrary(String name)
           
 Library Registry.addLibrary(String name)
           
 Library Registry.createLibrary(String name)
           
 

Methods in org.mule.registry with parameters of type Library
 void Registry.removeLibrary(Library library)
           
 

Uses of Library in org.mule.registry.impl
 

Classes in org.mule.registry.impl that implement Library
 class AbstractLibrary
           
 

Methods in org.mule.registry.impl that return Library
 Library[] AbstractRegistry.getLibraries()
           
 Library AbstractRegistry.getLibrary(String name)
           
 Library AbstractRegistry.addLibrary(String name)
           
 Library[] AbstractRegistryComponent.getLibraries()
           
 

Methods in org.mule.registry.impl with parameters of type Library
 void AbstractRegistry.removeLibrary(Library library)
           
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.