Enhydra 5.1 API

org.enhydra.tool.archive
Class PropertyWriter

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

public class PropertyWriter
extends java.lang.Object
implements PropertyKeys, ManifestKeys


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
 
Fields inherited from interface org.enhydra.tool.archive.ManifestKeys
ALT_DD, APP_DESC, APP_META, APP_NAME, CLASS_ALL, CLASS_ROOT, CONTENT_ALL, CONTENT_ROOT, COPY_CLIENT, CREATE_CLIENT, CREATED_BY, ENTERPRISE_MODULE, KELP_VERSION, LIBRARY, MANIFEST_VERSION, VERSION_VALUE, WEBAPP_CONTEXT, WEBAPP_MODULE
 
Constructor Summary
PropertyWriter()
           
 
Method Summary
 java.util.Properties write(JarPlan plan)
           
 java.util.Properties write(JarPlan[] plans)
           
 void write(JarPlan[] plans, java.io.File out)
           
 java.util.Properties write(java.lang.String[] jars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyWriter

public PropertyWriter()
Method Detail

write

public void write(JarPlan[] plans,
                  java.io.File out)

write

public java.util.Properties write(JarPlan[] plans)

write

public java.util.Properties write(java.lang.String[] jars)

write

public java.util.Properties write(JarPlan plan)

Enhydra 5.1 API