org.codehaus.mojo.truezip
Class Fileset

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
              extended by org.codehaus.mojo.truezip.Fileset
All Implemented Interfaces:
Serializable

public class Fileset
extends TrueZipFileSet

Customizes the string representation of org.apache.maven.shared.model.fileset.FileSet to return the included and excluded files from the file-set's directory. Specifically, "file-set: [directory] (included: [included files], excluded: [excluded files])"

Since:
1.0-beta-3
See Also:
FileSet, Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
Fileset()
           
 
Method Summary
 String toString()
          Retrieves the included and excluded files from this file-set's directory.
 
Methods inherited from class org.codehaus.mojo.truezip.TrueZipFileSet
isFollowArchive, setFollowArchive
 
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, wait, wait, wait
 

Field Detail

serialVersionUID

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

Fileset

public Fileset()
Method Detail

toString

public String toString()
Retrieves the included and excluded files from this file-set's directory. Specifically, "file-set: [directory] (included: [included files], excluded: [excluded files])"

Overrides:
toString in class Object
Returns:
The included and excluded files from this file-set's directory. Specifically, "file-set: [directory] (included: [included files], excluded: [excluded files])"
See Also:
Object.toString()


Copyright © 2012 Codehaus. All Rights Reserved.