Enhydra 5.1 API

org.enhydra.tool.archive
Class ServicePlan

java.lang.Object
  |
  +--org.enhydra.tool.archive.JarPlan
        |
        +--org.enhydra.tool.archive.ServicePlan

public class ServicePlan
extends JarPlan


Field Summary
 
Fields inherited from class org.enhydra.tool.archive.JarPlan
fileList
 
Constructor Summary
ServicePlan()
           
 
Method Summary
 boolean equals(java.lang.Object comp)
           
 
Methods inherited from class org.enhydra.tool.archive.JarPlan
fillFileList, getArchivePath, getClassFileArray, getClassFiles, getClassRoot, getDescriptors, getFillFilter, getLibFileArray, getLibFiles, getManifestPath, isClassFiltering, isEqual, isValidate, setArchivePath, setClassFiles, setClassFiltering, setClassRoot, setDescriptors, setFillFilter, setLibFiles, setManifestPath, setValidate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicePlan

public ServicePlan()
Method Detail

equals

public boolean equals(java.lang.Object comp)
Overrides:
equals in class JarPlan

Enhydra 5.1 API