org.apache.maven.plugin.clean
public class Fileset extends org.apache.maven.shared.model.fileset.FileSet
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 FormConstructor and Description |
---|
Fileset() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Retrieves the included and excluded files from this file-set's directory.
|
getDirectory, getLineEnding, getModelEncoding, setDirectory, setLineEnding, setModelEncoding
addExclude, addInclude, getDirectoryMode, getExcludes, getExcludesArray, getFileMode, getIncludes, getIncludesArray, getMapper, getOutputDirectory, isFollowSymlinks, isUseDefaultExcludes, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setFollowSymlinks, setIncludes, setMapper, setOutputDirectory, setUseDefaultExcludes
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()
Copyright © 2001-2014. All Rights Reserved.