Package org.apache.maven.model
Class FileSet
java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.PatternSet
org.apache.maven.model.FileSet
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
- Direct Known Subclasses:
- Resource
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.maven.model.BaseObjectBaseObject.ChildrenTracking
- 
Field SummaryFields inherited from class org.apache.maven.model.BaseObjectchildrenTracking, delegate
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()booleanfileSetToApiV3(List<FileSet> list) fileSetToApiV4(List<FileSet> list) getLocation(Object key) Gets the location of the specified field in the input source.inthashCode()protected booleanvoidsetDirectory(String directory) voidsetImportedFrom(InputLocation location) voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.toString()Methods inherited from class org.apache.maven.model.PatternSetaddExclude, addInclude, getExcludes, getIncludes, patternSetToApiV3, patternSetToApiV4, removeExclude, removeInclude, setExcludes, setIncludesMethods inherited from class org.apache.maven.model.BaseObjectupdate
- 
Constructor Details- 
FileSetpublic FileSet()
- 
FileSet
- 
FileSet
 
- 
- 
Method Details- 
clone- Overrides:
- clonein class- PatternSet
 
- 
getDelegate- Overrides:
- getDelegatein class- PatternSet
 
- 
equals- Overrides:
- equalsin class- PatternSet
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- PatternSet
 
- 
getDirectory
- 
setDirectory
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
- getLocationin interface- InputLocationTracker
- Overrides:
- getLocationin class- PatternSet
- Parameters:
- key- The key of the field, must not be- null.
- Returns:
- The location of the field in the input source or
 nullif unknown.
 
- 
setLocationDescription copied from interface:InputLocationTrackerSets the location of the specified field.- Specified by:
- setLocationin interface- InputLocationTracker
- Overrides:
- setLocationin class- PatternSet
- Parameters:
- key- The key of the field, must not be- null.
- location- The location of the field, may be- null.
 
- 
getImportedFrom- Overrides:
- getImportedFromin class- PatternSet
 
- 
setImportedFrom- Overrides:
- setImportedFromin class- PatternSet
 
- 
getLocationKeys- Overrides:
- getLocationKeysin class- PatternSet
 
- 
replace- Overrides:
- replacein class- PatternSet
 
- 
fileSetToApiV4
- 
fileSetToApiV3
- 
toString- Overrides:
- toStringin class- PatternSet
- See Also:
 
 
-