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 Summary
Nested classes/interfaces inherited from class org.apache.maven.model.BaseObject
BaseObject.ChildrenTracking
-
Field Summary
Fields inherited from class org.apache.maven.model.BaseObject
childrenTracking, delegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
fileSetToApiV3
(List<FileSet> list) fileSetToApiV4
(List<FileSet> list) getLocation
(Object key) Gets the ___location of the specified field in the input source.int
hashCode()
protected boolean
void
setDirectory
(String directory) void
setImportedFrom
(InputLocation ___location) void
setLocation
(Object key, InputLocation ___location) Sets the ___location of the specified field.toString()
Methods inherited from class org.apache.maven.model.PatternSet
addExclude, addInclude, getExcludes, getIncludes, patternSetToApiV3, patternSetToApiV4, removeExclude, removeInclude, setExcludes, setIncludes
Methods inherited from class org.apache.maven.model.BaseObject
update
-
Constructor Details
-
FileSet
public FileSet() -
FileSet
-
FileSet
-
-
Method Details
-
clone
- Overrides:
clone
in classPatternSet
-
getDelegate
- Overrides:
getDelegate
in classPatternSet
-
equals
- Overrides:
equals
in classPatternSet
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPatternSet
-
getDirectory
-
setDirectory
-
getLocation
Description copied from interface:InputLocationTracker
Gets the ___location of the specified field in the input source.- Specified by:
getLocation
in interfaceInputLocationTracker
- Overrides:
getLocation
in classPatternSet
- Parameters:
key
- The key of the field, must not benull
.- Returns:
- The ___location of the field in the input source or
null
if unknown.
-
setLocation
Description copied from interface:InputLocationTracker
Sets the ___location of the specified field.- Specified by:
setLocation
in interfaceInputLocationTracker
- Overrides:
setLocation
in classPatternSet
- Parameters:
key
- The key of the field, must not benull
.___location
- The ___location of the field, may benull
.
-
getImportedFrom
- Overrides:
getImportedFrom
in classPatternSet
-
setImportedFrom
- Overrides:
setImportedFrom
in classPatternSet
-
getLocationKeys
- Overrides:
getLocationKeys
in classPatternSet
-
replace
- Overrides:
replace
in classPatternSet
-
fileSetToApiV4
-
fileSetToApiV3
-
toString
- Overrides:
toString
in classPatternSet
- See Also:
-