|
||||||||
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. |
ItemManager |
getItemManager()
|
java.lang.String |
getName()
Returns the name. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setName(java.lang.String name)
Sets the name. |
Methods inherited from interface org.apache.avalon.framework.logger.LogEnabled |
---|
enableLogging |
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 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.ItemManager getItemManager()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |