org.apache.maven.plugin.clean
Class Fileset

java.lang.Object
  extended by org.apache.maven.plugin.clean.Fileset

public class Fileset
extends Object

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.html 828303 2012-08-07 22:10:04Z hboutemy $

Constructor Summary
Fileset()
           
 
Method Summary
 File getDirectory()
           
 String[] getExcludes()
           
 String[] getIncludes()
           
 boolean isFollowSymlinks()
           
 boolean isUseDefaultExcludes()
           
 String toString()
          Retrieves the included and excluded files from this file-set's directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Fileset

public Fileset()
Method Detail

getDirectory

public File getDirectory()

getIncludes

public String[] getIncludes()

getExcludes

public String[] getExcludes()

isFollowSymlinks

public boolean isFollowSymlinks()

isUseDefaultExcludes

public boolean isUseDefaultExcludes()

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 © 2001-2012 The Apache Software Foundation. All Rights Reserved.