Package org.apache.maven.model
Class Source
java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.PatternSet
org.apache.maven.model.FileSet
org.apache.maven.model.Source
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
- 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()booleangetLocation(Object key) Gets the location of the specified field in the input source.inthashCode()protected booleanvoidsetImportedFrom(InputLocation location) voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.sourceToApiV3(List<Source> list) sourceToApiV4(List<Source> list) Methods inherited from class org.apache.maven.model.FileSetfileSetToApiV3, fileSetToApiV4, getDirectory, setDirectory, toStringMethods 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- 
Sourcepublic Source()
- 
Source
- 
Source
 
- 
- 
Method Details- 
clone
- 
getDelegate- Overrides:
- getDelegatein class- FileSet
 
- 
equals
- 
hashCodepublic int hashCode()
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
- getLocationin interface- InputLocationTracker
- Overrides:
- getLocationin class- FileSet
- 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- FileSet
- Parameters:
- key- The key of the field, must not be- null.
- location- The location of the field, may be- null.
 
- 
getImportedFrom- Overrides:
- getImportedFromin class- FileSet
 
- 
setImportedFrom- Overrides:
- setImportedFromin class- FileSet
 
- 
getLocationKeys- Overrides:
- getLocationKeysin class- FileSet
 
- 
replace
- 
sourceToApiV4
- 
sourceToApiV3
 
-