org.ow2.jasmine.deployme.module
Class AbstractDeploymeModule
java.lang.Object
org.ow2.jasmine.deployme.module.AbstractDeploymeModule
- All Implemented Interfaces:
- IDeploymeModule
public abstract class AbstractDeploymeModule
- extends Object
- implements IDeploymeModule
Abstract module class
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDeploymeModule
public AbstractDeploymeModule()
getClassIdField
public Map<Class,Field> getClassIdField()
-
- Specified by:
getClassIdField in interface IDeploymeModule
getField
protected Field getField(Class clazz,
String fieldName)
- Parameters:
clazz - A ClassfieldName - The name of a field to retrieve
- Returns:
- the associated
Field
Copyright © 2012 OW2 Consortium. All Rights Reserved.