|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.shared.model.fileset.SetBase
org.apache.maven.shared.model.fileset.FileSet
org.apache.maven.plugin.clean.Fileset
public class 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])"
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 |
|---|
public Fileset()
| Method Detail |
|---|
public java.lang.String toString()
"file-set: [directory] (included:
[included files], excluded: [excluded files])"
toString in class java.lang.Object"file-set: [directory] (included:
[included files], excluded: [excluded files])"Object.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||