org.apache.ant.compress.taskdefs
Class ArchiveBase.ResourceCollectionFlags

java.lang.Object
  extended by org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
      extended by org.apache.ant.compress.taskdefs.ArchiveBase.ResourceCollectionFlags
Enclosing class:
ArchiveBase

public class ArchiveBase.ResourceCollectionFlags
extends ArchiveBase.ResourceFlags

Various flags a (archive) resource collection may hold.


Constructor Summary
ArchiveBase.ResourceCollectionFlags()
           
ArchiveBase.ResourceCollectionFlags(java.lang.String prefix, java.lang.String fullpath)
           
ArchiveBase.ResourceCollectionFlags(java.lang.String prefix, java.lang.String fullpath, int fileMode, int dirMode)
           
ArchiveBase.ResourceCollectionFlags(java.lang.String prefix, java.lang.String fullpath, int fileMode, int dirMode, int uid, int gid)
           
ArchiveBase.ResourceCollectionFlags(java.lang.String prefix, java.lang.String fullpath, int fileMode, int dirMode, int uid, int gid, java.lang.String userName, java.lang.String groupName)
           
 
Method Summary
 int getDirMode()
           
 java.lang.String getFullpath()
           
 java.lang.String getPrefix()
           
 boolean hasDirModeBeenSet()
           
 boolean hasFullpath()
           
 boolean hasPrefix()
           
 
Methods inherited from class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
getCompressionMethod, getGroupId, getGroupName, getMode, getUserId, getUserName, getZipExtraFields, hasCompressionMethod, hasGroupIdBeenSet, hasGroupNameBeenSet, hasModeBeenSet, hasUserIdBeenSet, hasUserNameBeenSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveBase.ResourceCollectionFlags

public ArchiveBase.ResourceCollectionFlags()

ArchiveBase.ResourceCollectionFlags

public ArchiveBase.ResourceCollectionFlags(java.lang.String prefix,
                                           java.lang.String fullpath)

ArchiveBase.ResourceCollectionFlags

public ArchiveBase.ResourceCollectionFlags(java.lang.String prefix,
                                           java.lang.String fullpath,
                                           int fileMode,
                                           int dirMode)

ArchiveBase.ResourceCollectionFlags

public ArchiveBase.ResourceCollectionFlags(java.lang.String prefix,
                                           java.lang.String fullpath,
                                           int fileMode,
                                           int dirMode,
                                           int uid,
                                           int gid)

ArchiveBase.ResourceCollectionFlags

public ArchiveBase.ResourceCollectionFlags(java.lang.String prefix,
                                           java.lang.String fullpath,
                                           int fileMode,
                                           int dirMode,
                                           int uid,
                                           int gid,
                                           java.lang.String userName,
                                           java.lang.String groupName)
Method Detail

hasDirModeBeenSet

public boolean hasDirModeBeenSet()

getDirMode

public int getDirMode()

hasPrefix

public boolean hasPrefix()

getPrefix

public java.lang.String getPrefix()

hasFullpath

public boolean hasFullpath()

getFullpath

public java.lang.String getFullpath()