public class Fileset extends TrueZipFileSet
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 FormModifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
Fileset() |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Retrieves the included and excluded files from this file-set's directory.
|
isFollowArchive, setFollowArchive
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 static final long serialVersionUID
public String toString()
"file-set: [directory] (included:
[included files], excluded: [excluded files])"
toString
in class Object
"file-set: [directory] (included:
[included files], excluded: [excluded files])"
Object.toString()
Copyright © 2015 MojoHaus. All rights reserved.