Uses of Package
net.sf.mmm.util.component.api

Packages that use net.sf.mmm.util.component.api
net.sf.mmm.util.cli.api Provides the API for utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.component.api Contains API to help implementing components. 
net.sf.mmm.util.component.base Contains base-implementation of component-util. 
net.sf.mmm.util.component.impl Contains implementation of component-util. 
net.sf.mmm.util.file.base Contains public implementations of File-utilities. 
net.sf.mmm.util.xml.base.jaxb Contains various XmlAdapter for mapping of common data-types and data-containers with JAXB. 
 

Classes in net.sf.mmm.util.component.api used by net.sf.mmm.util.cli.api
IocContainer
          This is the interface for the container of an inversion of control (IoC) framework.
 

Classes in net.sf.mmm.util.component.api used by net.sf.mmm.util.cli.base
InitializationState
          This enum contains the available states of an initialization.
 

Classes in net.sf.mmm.util.component.api used by net.sf.mmm.util.component.api
InitializationState
          This enum contains the available states of an initialization.
Refreshable
          This is the interface for an object that can be refreshed.
ResourceAmbiguousException
          This is the exception thrown if a unique resource is required but multiple instances have been found.
ResourceMissingException
          This is the exception thrown if a resource is required but is NOT available.
 

Classes in net.sf.mmm.util.component.api used by net.sf.mmm.util.component.base
AlreadyInitializedException
          This is the exception thrown if an operation was invoked after the object was initialized but has to be called before initialization.
NotInitializedException
          This is the exception thrown if an operation was invoked before the object was initialized but has to be called after initialization.
 

Classes in net.sf.mmm.util.component.api used by net.sf.mmm.util.component.impl
IocContainer
          This is the interface for the container of an inversion of control (IoC) framework.
PeriodicRefresher
          This is the interface for a component that periodically refreshes registered Refreshables.
Refreshable
          This is the interface for an object that can be refreshed.
 

Classes in net.sf.mmm.util.component.api used by net.sf.mmm.util.file.base
AlreadyInitializedException
          This is the exception thrown if an operation was invoked after the object was initialized but has to be called before initialization.
 

Classes in net.sf.mmm.util.component.api used by net.sf.mmm.util.xml.base.jaxb
Refreshable
          This is the interface for an object that can be refreshed.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.