|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.content.ContentMetadataCenter
public final class ContentMetadataCenter
Fills the metadata of a given content
through metadata providers
.
These metadata should be:
Method Summary | |
---|---|
boolean |
fillMetadata(Content content)
Fills if possible the metadata of the specified content. |
static ContentMetadataCenter |
getInstance()
Returns the unique class instance. |
void |
reloadProviders()
Refreshes the list of providers managed by this center. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ContentMetadataCenter getInstance()
null
.public void reloadProviders()
public boolean fillMetadata(Content content)
content
- a content. Shall not be null
.
true
if a provider recognized the format, false
otherwise.
NullPointerException
- if content
is null
.ContentMetadataProvider.fillMetadata(christophedelory.content.Content, org.apache.commons.logging.Log)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |