Class JarJarTask
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
com.tonicsystems.jarjar.util.AntJarProcessor
com.tonicsystems.jarjar.JarJarTask
- All Implemented Interfaces:
Cloneable, org.apache.tools.ant.types.selectors.SelectorContainer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.tools.ant.taskdefs.Jar
org.apache.tools.ant.taskdefs.Jar.FilesetManifestConfig, org.apache.tools.ant.taskdefs.Jar.StrictModeNested classes/interfaces inherited from class org.apache.tools.ant.taskdefs.Zip
org.apache.tools.ant.taskdefs.Zip.ArchiveState, org.apache.tools.ant.taskdefs.Zip.Duplicate, org.apache.tools.ant.taskdefs.Zip.UnicodeExtraField, org.apache.tools.ant.taskdefs.Zip.WhenEmpty, org.apache.tools.ant.taskdefs.Zip.Zip64ModeAttribute -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConfiguredKeep(Keep keep) voidaddConfiguredRule(Rule rule) voidaddConfiguredZap(Zap zap) voidexecute()Methods inherited from class AntJarProcessor
execute, reset, setFilesonly, setVerboseMethods inherited from class org.apache.tools.ant.taskdefs.Jar
addConfiguredIndexJars, addConfiguredIndexJarsMapper, addConfiguredManifest, addConfiguredService, addMetainf, getIndexJarsMapper, setFilesetmanifest, setFlattenAttributes, setIndex, setIndexMetaInf, setJarfile, setManifest, setManifestEncoding, setMergeClassPathAttributes, setStrict, setWhenempty, setWhenmanifestonlyMethods inherited from class org.apache.tools.ant.taskdefs.Zip
add, addFileset, addZipfileset, addZipGroupFileset, executeMain, getComment, getCreateUnicodeExtraFields, getDestFile, getEncoding, getFallBackToUTF8, getLevel, getModificationtime, getPreserve0Permissions, getUseLanguageEnodingFlag, getZip64Mode, isCompress, isInUpdateMode, setBasedir, setComment, setCompress, setCreateUnicodeExtraFields, setDestFile, setDuplicate, setEncoding, setFallBackToUTF8, setFile, setKeepCompression, setLevel, setModificationtime, setPreserve0Permissions, setRoundUp, setUpdate, setUseLanguageEncodingFlag, setZip64Mode, setZipfileMethods inherited from class org.apache.tools.ant.taskdefs.MatchingTask
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItemsMethods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation
-
Constructor Details
-
JarJarTask
public JarJarTask()
-
-
Method Details
-
addConfiguredRule
-
addConfiguredZap
-
addConfiguredKeep
-
execute
public void execute() throws org.apache.tools.ant.BuildException- Specified by:
executein classAntJarProcessor- Throws:
org.apache.tools.ant.BuildException
-