org.codehaus.mojo.truezip
Class TrueZipFileSet

java.lang.Object
  extended by org.apache.maven.shared.model.fileset.SetBase
      extended by org.apache.maven.shared.model.fileset.FileSet
          extended by org.codehaus.mojo.truezip.TrueZipFileSet
All Implemented Interfaces:
Serializable

public class TrueZipFileSet
extends org.apache.maven.shared.model.fileset.FileSet

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
TrueZipFileSet()
           
 
Method Summary
 boolean isFollowArchive()
           
 void setFollowArchive(boolean followArchive)
           
 
Methods inherited from class org.apache.maven.shared.model.fileset.FileSet
getDirectory, getLineEnding, getModelEncoding, setDirectory, setLineEnding, setModelEncoding
 
Methods inherited from class org.apache.maven.shared.model.fileset.SetBase
addExclude, addInclude, getDirectoryMode, getExcludes, getExcludesArray, getFileMode, getIncludes, getIncludesArray, getMapper, getOutputDirectory, isFollowSymlinks, isUseDefaultExcludes, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setFollowSymlinks, setIncludes, setMapper, setOutputDirectory, setUseDefaultExcludes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

TrueZipFileSet

public TrueZipFileSet()
Method Detail

isFollowArchive

public boolean isFollowArchive()

setFollowArchive

public void setFollowArchive(boolean followArchive)


Copyright © 2012 Codehaus. All Rights Reserved.