public class ArtifactModelSource extends FileSource implements ModelSource
Constructor and Description |
---|
ArtifactModelSource(File file,
String groupId,
String artifactId,
String version) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
int |
hashCode() |
getFile, getInputStream, getLocation, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getInputStream, getLocation
public String getGroupId()
public String getArtifactId()
public String getVersion()
public int hashCode()
hashCode
in class FileSource
public boolean equals(Object obj)
equals
in class FileSource
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.