Package org.apache.tools.ant.taskdefs
Class Tar.TarFileSet
- All Implemented Interfaces:
Cloneable
,Iterable<Resource>
,ResourceCollection
,SelectorContainer
- Enclosing class:
Tar
This is a FileSet with the option to specify permissions
and other attributes.
-
Field Summary
Fields inherited from class org.apache.tools.ant.types.ArchiveFileSet
DEFAULT_DIR_MODE, DEFAULT_FILE_MODE
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Constructor Summary
ConstructorDescriptionCreates a newTarFileSet
instance.TarFileSet
(FileSet fileset) Creates a newTarFileSet
instance. -
Method Summary
Modifier and TypeMethodDescriptionString[]
Get a list of files and directories specified in the fileset.int
getMode()
boolean
void
A 3 digit octal string, specify the user, group and other modes in the standard Unix fashion; optional, default=0644void
setPreserveLeadingSlashes
(boolean b) Flag to indicates whether leading `/'s should be preserved in the file names.Methods inherited from class org.apache.tools.ant.types.TarFileSet
clone, configureFileSet, getGid, getGroup, getRef, getRef, getUid, getUserName, hasGroupBeenSet, hasGroupIdBeenSet, hasUserIdBeenSet, hasUserNameBeenSet, newArchiveScanner, setGid, setGroup, setRefid, setUid, setUserName
Methods inherited from class org.apache.tools.ant.types.ArchiveFileSet
addConfigured, dieOnCircularReference, getDirectoryScanner, getDirMode, getDirMode, getEncoding, getFileMode, getFileMode, getFullpath, getFullpath, getPrefix, getPrefix, getSrc, getSrc, hasDirModeBeenSet, hasFileModeBeenSet, integerSetDirMode, integerSetFileMode, isFilesystemOnly, iterator, setDir, setDirMode, setEncoding, setErrorOnMissingArchive, setFileMode, setFullpath, setPrefix, setSrc, setSrcResource, size, toString
Methods inherited from class org.apache.tools.ant.types.AbstractFileSet
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addExecutable, addFilename, addMajority, addModified, addNone, addNot, addOr, addOwnedBy, addPosixGroup, addPosixPermissions, addPresent, addReadable, addSelector, addSize, addSymlink, addType, addWritable, appendExcludes, appendIncludes, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDefaultexcludes, getDir, getDir, getDirectoryScanner, getErrorOnMissingDir, getMaxLevelsOfSymlinks, getSelectors, hasPatterns, hasSelectors, isCaseSensitive, isFollowSymlinks, mergeExcludes, mergeIncludes, mergePatterns, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setErrorOnMissingDir, setExcludes, setExcludesfile, setFile, setFollowSymlinks, setIncludes, setIncludesfile, setMaxLevelsOfSymlinks, setupDirectoryScanner, setupDirectoryScanner
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes
Methods inherited from class org.apache.tools.ant.ProjectComponent
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface org.apache.tools.ant.types.ResourceCollection
isEmpty, stream
-
Constructor Details
-
TarFileSet
Creates a newTarFileSet
instance. Using a fileset as a constructor argument.- Parameters:
fileset
- aFileSet
value
-
TarFileSet
public TarFileSet()Creates a newTarFileSet
instance.
-
-
Method Details
-
getFiles
-
setMode
A 3 digit octal string, specify the user, group and other modes in the standard Unix fashion; optional, default=0644- Parameters:
octalString
- a 3 digit octal string.
-
getMode
public int getMode()- Returns:
- the current mode.
-
setPreserveLeadingSlashes
public void setPreserveLeadingSlashes(boolean b) Flag to indicates whether leading `/'s should be preserved in the file names. Optional, default isfalse
.- Parameters:
b
- the leading slashes flag.
-
getPreserveLeadingSlashes
public boolean getPreserveLeadingSlashes()- Returns:
- the leading slashes flag.
-