public class Dependency extends Object
Constructor and Description |
---|
Dependency() |
Dependency(String groupId,
String artifactId,
String version) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getGroupId() |
String |
getSystemPath() |
String |
getVersion() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setSystemPath(String systemPath) |
void |
setVersion(String version) |
public String getSystemPath()
public void setSystemPath(String systemPath)
systemPath
- the systemPath to setpublic String getGroupId()
public void setGroupId(String groupId)
groupId
- the groupId to setpublic String getArtifactId()
public void setArtifactId(String artifactId)
artifactId
- the artifactId to setpublic String getVersion()
public void setVersion(String version)
version
- the version to setCopyright © 2013 Oracle Corporation. All rights reserved.