net.sourceforge.groboutils.codecoverage.v2.ant
Class GroboReZipTask.ReZipFileSet

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.types.DataType
          extended byorg.apache.tools.ant.types.AbstractFileSet
              extended byorg.apache.tools.ant.types.FileSet
                  extended bynet.sourceforge.groboutils.codecoverage.v2.ant.zip.ZipFileSet
                      extended bynet.sourceforge.groboutils.codecoverage.v2.ant.GroboReZipTask.ReZipFileSet
All Implemented Interfaces:
java.lang.Cloneable, org.apache.tools.ant.types.selectors.SelectorContainer
Enclosing class:
GroboReZipTask

public static class GroboReZipTask.ReZipFileSet
extends ZipFileSet


Field Summary
 
Fields inherited from class net.sourceforge.groboutils.codecoverage.v2.ant.zip.ZipFileSet
DEFAULT_DIR_MODE, DEFAULT_FILE_MODE
 
Fields inherited from class org.apache.tools.ant.types.DataType
checked, description, ref
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
GroboReZipTask.ReZipFileSet()
           
GroboReZipTask.ReZipFileSet(org.apache.tools.ant.types.FileSet fs)
           
GroboReZipTask.ReZipFileSet(GroboReZipTask.ReZipFileSet rzfs)
           
GroboReZipTask.ReZipFileSet(ZipFileSet zfs)
           
 
Method Summary
 boolean getReplaceOnly(org.apache.tools.ant.Project p)
           
 void setReplaceOnly(boolean replace)
          If this is set to true, then only the files in this fileset that already exist in the owning zip file will be added, all others in this fileset will be ignored.
 
Methods inherited from class net.sourceforge.groboutils.codecoverage.v2.ant.zip.ZipFileSet
clone, getDirectoryScanner, getDirMode, getFileMode, getFullpath, getPrefix, getRef, getRefid, getSrc, hasDirModeBeenSet, hasFileModeBeenSet, isChecked, setDir, setDirMode, setFileMode, setFullpath, setPrefix, setSrc
 
Methods inherited from class org.apache.tools.ant.types.AbstractFileSet
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, getDataTypeName, getDir, getSelectors, hasPatterns, hasSelectors, isFollowSymlinks, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFile, setFollowSymlinks, setIncludes, setIncludesfile, setRefid, setupDirectoryScanner, toString
 
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, isReference, noChildrenAllowed, setChecked, setDescription, tooManyAttributes
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, log, log, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroboReZipTask.ReZipFileSet

public GroboReZipTask.ReZipFileSet()

GroboReZipTask.ReZipFileSet

public GroboReZipTask.ReZipFileSet(org.apache.tools.ant.types.FileSet fs)

GroboReZipTask.ReZipFileSet

public GroboReZipTask.ReZipFileSet(ZipFileSet zfs)

GroboReZipTask.ReZipFileSet

public GroboReZipTask.ReZipFileSet(GroboReZipTask.ReZipFileSet rzfs)
Method Detail

setReplaceOnly

public void setReplaceOnly(boolean replace)
If this is set to true, then only the files in this fileset that already exist in the owning zip file will be added, all others in this fileset will be ignored.


getReplaceOnly

public boolean getReplaceOnly(org.apache.tools.ant.Project p)


Copyright © 2001-2003 by The GroboUtils Project