Enhydra 5.1 API

org.enhydra.tool.archive
Class PropertyReader

java.lang.Object
  |
  +--org.enhydra.tool.archive.PropertyReader
All Implemented Interfaces:
PropertyKeys

public class PropertyReader
extends java.lang.Object
implements PropertyKeys


Field Summary
 
Fields inherited from interface org.enhydra.tool.archive.PropertyKeys
ALT_DD_PROP, APP_DESC_PROP, APP_NAME_PROP, CLASS, CLASS_ROOT_PROP, CONTENT, CONTENT_ROOT_PROP, COPY_CLIENT_PROP, CREATE_CLIENT_PROP, ENTERPRISE_MODULE_PROP, LIBRARY_PROP, META_DD_PROP, PATH, WEBAPP_CONTEXT_PROP, WEBAPP_MODULE_PROP
 
Constructor Summary
PropertyReader()
           
 
Method Summary
 boolean isValidate()
           
 JarPlan[] read(java.io.File in)
           
 JarPlan[] read(java.util.Properties p)
           
 void setValidate(boolean v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyReader

public PropertyReader()
Method Detail

isValidate

public boolean isValidate()

setValidate

public void setValidate(boolean v)

read

public JarPlan[] read(java.io.File in)
               throws java.io.IOException
java.io.IOException

read

public JarPlan[] read(java.util.Properties p)

Enhydra 5.1 API