| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Item
An item can be initialized from a configuration.
| Method Summary | |
|---|---|
 void | 
configure(org.apache.avalon.framework.configuration.Configuration configuration)
Configures this item.  | 
 java.lang.String | 
getDescription()
Returns the description.  | 
 java.lang.String | 
getId()
Returns the ID.  | 
 java.lang.String | 
getName()
Returns the name.  | 
 void | 
setConfigurationDirectory(java.io.File configurationDirectory)
Sets the configuration directory of this item.  | 
 void | 
setDescription(java.lang.String description)
Sets the description.  | 
 void | 
setName(java.lang.String name)
Sets the name.  | 
| Method Detail | 
|---|
java.lang.String getId()
java.lang.String getName()
void setName(java.lang.String name)
name - A string.java.lang.String getDescription()
void setDescription(java.lang.String description)
description - A string.void setConfigurationDirectory(java.io.File configurationDirectory)
configurationDirectory - The configuration directory.
void configure(org.apache.avalon.framework.configuration.Configuration configuration)
               throws org.apache.avalon.framework.configuration.ConfigurationException
configuration - The configuration.
org.apache.avalon.framework.configuration.ConfigurationException - when something went wrong.
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||