org.apache.tools.ant.taskdefs
Class Tar.TarFileSet

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.types.DataType
              |
              +--org.apache.tools.ant.types.FileSet
                    |
                    +--org.apache.tools.ant.taskdefs.Tar.TarFileSet
Enclosing class:
Tar

public static class Tar.TarFileSet
extends FileSet


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
Tar.TarFileSet()
           
Tar.TarFileSet(FileSet fileset)
           
 
Method Summary
 java.lang.String[] getFiles(Project p)
          Get a list of files and directories specified in the fileset.
 java.lang.String getGroup()
           
 int getMode()
           
 java.lang.String getUserName()
           
 void setGroup(java.lang.String groupName)
           
 void setMode(java.lang.String octalString)
           
 void setUserName(java.lang.String userName)
           
 
Methods inherited from class org.apache.tools.ant.types.FileSet
createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDir, getDirectoryScanner, getRef, setCaseSensitive, setDefaultexcludes, setDir, setExcludes, setExcludesfile, setIncludes, setIncludesfile, setRefid, setupDirectoryScanner
 
Methods inherited from class org.apache.tools.ant.types.DataType
circularReference, dieOnCircularReference, getCheckedRef, getDescription, isReference, noChildrenAllowed, setDescription, tooManyAttributes
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, log, log, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tar.TarFileSet

public Tar.TarFileSet(FileSet fileset)

Tar.TarFileSet

public Tar.TarFileSet()
Method Detail

getFiles

public java.lang.String[] getFiles(Project p)
Get a list of files and directories specified in the fileset.
Returns:
a list of file and directory names, relative to the baseDir for the project.

setMode

public void setMode(java.lang.String octalString)

getMode

public int getMode()

setUserName

public void setUserName(java.lang.String userName)

getUserName

public java.lang.String getUserName()

setGroup

public void setGroup(java.lang.String groupName)

getGroup

public java.lang.String getGroup()


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.