org.ow2.jasmine.deployme.module
Class AbstractDeploymeModule

java.lang.Object
  extended by org.ow2.jasmine.deployme.module.AbstractDeploymeModule
All Implemented Interfaces:
IDeploymeModule

public abstract class AbstractDeploymeModule
extends Object
implements IDeploymeModule

Abstract module class


Constructor Summary
AbstractDeploymeModule()
           
 
Method Summary
 Map<Class,Field> getClassIdField()
          
protected  Field getField(Class clazz, String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.jasmine.deployme.api.modules.IDeploymeModule
applyConfiguration, getJOnASService, isSupport
 

Constructor Detail

AbstractDeploymeModule

public AbstractDeploymeModule()
Method Detail

getClassIdField

public Map<Class,Field> getClassIdField()

Specified by:
getClassIdField in interface IDeploymeModule

getField

protected Field getField(Class clazz,
                         String fieldName)
Parameters:
clazz - A Class
fieldName - The name of a field to retrieve
Returns:
the associated Field


Copyright © 2012 OW2 Consortium. All Rights Reserved.