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
@Deprecated(since="4.0.0")
public class ArtifactModelSource
extends FileSource
implements ModelSource
Deprecated.
Represents a model pulled from a repository
- Since:
- 4.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactModelSource(File file, String groupId, String artifactId, String version) Deprecated.ArtifactModelSource(Path path, String groupId, String artifactId, String version) Deprecated. -
Method Summary
Methods inherited from class org.apache.maven.building.FileSource
getFile, getInputStream, getLocation, getPathMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.maven.building.Source
getInputStream, getLocation
-
Constructor Details
-
ArtifactModelSource
@Deprecated public ArtifactModelSource(File file, String groupId, String artifactId, String version) Deprecated. -
ArtifactModelSource
Deprecated.
-
-
Method Details
-
getGroupId
Deprecated. -
getArtifactId
Deprecated. -
getVersion
Deprecated. -
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classFileSource
-
equals
Deprecated.- Overrides:
equalsin classFileSource
-
toString
Deprecated.- Overrides:
toStringin classFileSource
-
ModelBuilderinstead