|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Manages a catalog of data types and is a factory for creating new types.
Field Summary | |
static java.lang.String |
ROLE
|
Method Summary | |
DataType |
createExtendedType(java.lang.String id,
org.apache.avalon.framework.configuration.Configuration conf)
Creates a new, anonymous data type based on an existing data type and the additional configuration information that is passed. |
DataType |
createType(org.apache.avalon.framework.configuration.Configuration configuration)
Creates a new, anonymous data type based on the provided configuration. |
DataType |
getDataType(java.lang.String id)
Get a data type from the data type catalog. |
Field Detail |
public static final java.lang.String ROLE
Method Detail |
public DataType getDataType(java.lang.String id) throws UnknownDataTypeIdException
UnknownDataTypeIdException
public DataType createExtendedType(java.lang.String id, org.apache.avalon.framework.configuration.Configuration conf) throws java.lang.Exception
java.lang.Exception
public DataType createType(org.apache.avalon.framework.configuration.Configuration configuration) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |