org.apache.maven.plugin.clean
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.apache.maven.plugin.clean.Fileset
All Implemented Interfaces:
java.io.Serializable

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

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:
2.1
Version:
$Id: Fileset.java 728546 2008-12-21 22:56:51Z bentmann $
See Also:
FileSet, Serialized Form

Constructor Summary
Fileset()
           
 
Method Summary
 java.lang.String toString()
          Retrieves the included and excluded files from this file-set's directory.
 
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
 

Constructor Detail

Fileset

public Fileset()
Method Detail

toString

public java.lang.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 java.lang.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 © 2001-2012. All Rights Reserved.