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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInputStream, getLocationpublic String getGroupId()
public String getArtifactId()
public String getVersion()
public int hashCode()
hashCode in class FileSourcepublic boolean equals(Object obj)
equals in class FileSourceCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.