|
FreeHEP API Version v1.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.tools.ant.ProjectComponent
|
+--org.apache.tools.ant.Task
|
+--org.apache.tools.ant.taskdefs.MatchingTask
|
+--org.apache.tools.ant.taskdefs.Zip
|
+--org.apache.tools.ant.taskdefs.Jar
|
+--org.freehep.ant.FreeHepJar
Extends the standard "jar" task with a few options.
packages="dotnamed packages which may end in a *"
* means include all subpackages
excludepackages="dotnames of packages to exclude, including all their subpackages"
extensions="extensions to include in the jar file", default is "class"
| Field Summary |
| Fields inherited from class org.apache.tools.ant.taskdefs.Zip |
addedDirs, archiveType, duplicate, emptyBehavior, entries, zipFile |
| Fields inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
fileset, useDefaultExcludes |
| Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
FreeHepJar()
|
|
| Method Summary | |
void |
execute()
|
void |
setExcludePackages(String str)
|
void |
setExcludes(String str)
|
void |
setExtensions(String str)
|
void |
setIncludes(String str)
|
void |
setPackages(String str)
|
| Methods inherited from class org.apache.tools.ant.taskdefs.Jar |
addConfiguredManifest, addMetainf, cleanUp, createEmptyZip, finalizeZipOutputStream, getResourcesToAdd, initZipOutputStream, reset, setIndex, setJarfile, setManifest, setManifestEncoding, setWhenempty, zipFile |
| Methods inherited from class org.apache.tools.ant.taskdefs.Zip |
addFileset, addParentDirs, addResources, addZipfileset, addZipGroupFileset, getDestFile, getEncoding, grabResources, isAddingNewFiles, isCompress, isEmpty, isInUpdateMode, setBasedir, setCompress, setDestFile, setDuplicate, setEncoding, setFile, setFilesonly, setUpdate, setZipfile, zipDir, zipFile |
| Methods inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
addAnd, addContains, addCustom, addDate, addDepend, addDepth, addFilename, addMajority, addNone, addNot, addOr, addPresent, addSelector, addSize, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDirectoryScanner, getImplicitFileSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludesfile, setFollowSymlinks, setIncludesfile, setProject, XsetIgnore, XsetItems |
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FreeHepJar()
| Method Detail |
public void setIncludes(String str)
setIncludes in class org.apache.tools.ant.taskdefs.MatchingTaskpublic void setExcludes(String str)
setExcludes in class org.apache.tools.ant.taskdefs.MatchingTaskpublic void setExtensions(String str)
public void setPackages(String str)
public void setExcludePackages(String str)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.taskdefs.Ziporg.apache.tools.ant.BuildException
|
FreeHEP API Version v1.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||