Package org.apache.maven.model.building
Class ArtifactModelSource
java.lang.Object
org.apache.maven.building.FileSource
org.apache.maven.model.building.ArtifactModelSource
- All Implemented Interfaces:
- Source,- ModelSource
Represents a model pulled from a repository
- Since:
- 4.0.0
- Author:
- Robert Scholte
- 
Constructor SummaryConstructorsConstructorDescriptionArtifactModelSource(File file, String groupId, String artifactId, String version) 
- 
Method SummaryMethods inherited from class org.apache.maven.building.FileSourcegetFile, getInputStream, getLocation, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.maven.building.SourcegetInputStream, getLocation
- 
Constructor Details- 
ArtifactModelSource
 
- 
- 
Method Details- 
getGroupId
- 
getArtifactId
- 
getVersion
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- FileSource
 
- 
equals- Overrides:
- equalsin class- FileSource
 
 
-