org.codehaus.modello.metadata
Class AbstractMetadataPlugin
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.modello.metadata.AbstractMetadataPlugin
- All Implemented Interfaces:
- MetadataPlugin, org.codehaus.plexus.logging.LogEnabled
- Direct Known Subclasses:
- JavaMetadataPlugin, ModelMetadataPlugin
public abstract class AbstractMetadataPlugin
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements MetadataPlugin
- Version:
- $Id: AbstractMetadataPlugin.java 765 2006-12-27 00:00:20Z aheritier $
- Author:
- Trygve Laugstøl
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 |
AbstractMetadataPlugin
public AbstractMetadataPlugin()
getModelMap
public java.util.Map getModelMap(Model model,
ModelMetadata metadata)
throws ModelloException
- Specified by:
getModelMap
in interface MetadataPlugin
- Throws:
ModelloException
getClassMap
public java.util.Map getClassMap(ModelClass clazz,
ClassMetadata metadata)
throws ModelloException
- Specified by:
getClassMap
in interface MetadataPlugin
- Throws:
ModelloException
getFieldMap
public java.util.Map getFieldMap(ModelField field,
FieldMetadata metadata)
throws ModelloException
- Specified by:
getFieldMap
in interface MetadataPlugin
- Throws:
ModelloException
getAssociationMap
public java.util.Map getAssociationMap(ModelAssociation association,
AssociationMetadata metadata)
throws ModelloException
- Specified by:
getAssociationMap
in interface MetadataPlugin
- Throws:
ModelloException
getBoolean
protected boolean getBoolean(java.util.Map data,
java.lang.String key,
boolean defaultValue)
Copyright © 2001-2011 Codehaus. All Rights Reserved.