BEAST
|
A metadata name creator provider. More...
Public Member Functions | |
MetadataNameCreatorFactory () | |
Constructor. | |
void | setCreators (List< MetadataNameCreator > creators) |
List< MetadataNameCreator > | getCreators () |
boolean | supports (String tag) |
Returns if there are any namer that supports the provided tag. | |
MetadataNameCreator | get (String tag) |
Returns a metadata name creator that supports the provided tag. | |
A metadata name creator provider.
|
inline |
Constructor.
|
inline |
Returns a metadata name creator that supports the provided tag.
If more than one creator supports the provided tag, the first found is returned
tag | the tag |
|
inline |
|
inline |
creators | the list of metadata name creators to set |
|
inline |
Returns if there are any namer that supports the provided tag.
tag | the tag |