org.apache.maven.plugin.clean
Class Fileset
java.lang.Object
org.apache.maven.plugin.clean.Fileset
public class Fileset
- extends java.lang.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.java 897682 2010-01-10 18:55:01Z bentmann $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Fileset
public Fileset()
getDirectory
public java.io.File getDirectory()
getIncludes
public java.lang.String[] getIncludes()
getExcludes
public java.lang.String[] getExcludes()
isFollowSymlinks
public boolean isFollowSymlinks()
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-2011 Apache Software Foundation. All Rights Reserved.