org.codehaus.modello.plugin.xdoc.metadata
Class XdocMetadataPlugin
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.modello.metadata.AbstractMetadataPlugin
org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
- All Implemented Interfaces:
- MetadataPlugin, org.codehaus.plexus.logging.LogEnabled
public class XdocMetadataPlugin
- extends AbstractMetadataPlugin
- implements MetadataPlugin
- Version:
- $Id: XdocMetadataPlugin.java 1157 2009-01-24 22:03:58Z hboutemy $
- Author:
- Hervé Boutemy
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XDOC_SEPARATOR
public static final String XDOC_SEPARATOR
- See Also:
- Constant Field Values
XdocMetadataPlugin
public XdocMetadataPlugin()
getClassMetadata
public ClassMetadata getClassMetadata(ModelClass clazz,
Map data)
- Specified by:
getClassMetadata
in interface MetadataPlugin
getAssociationMetadata
public AssociationMetadata getAssociationMetadata(ModelAssociation association,
Map data)
throws ModelloException
- Specified by:
getAssociationMetadata
in interface MetadataPlugin
- Throws:
ModelloException
getFieldMetadata
public FieldMetadata getFieldMetadata(ModelField field,
Map data)
throws ModelloException
- Specified by:
getFieldMetadata
in interface MetadataPlugin
- Throws:
ModelloException
getModelMetadata
public ModelMetadata getModelMetadata(Model model,
Map data)
throws ModelloException
- Specified by:
getModelMetadata
in interface MetadataPlugin
- Throws:
ModelloException
Copyright © 2001-2013 Codehaus. All Rights Reserved.