Serializable, Cloneable, org.apache.maven.model.InputLocationTrackerpublic class DependencyResource
extends org.apache.maven.model.Dependency
| Constructor | Description |
|---|---|
DependencyResource() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getResource() |
|
String |
getSystemId() |
|
void |
setResource(String resource) |
|
void |
setSystemId(String systemId) |
|
String |
toString() |
|
static DependencyResource |
valueOf(String value) |
addExclusion, clone, getArtifactId, getClassifier, getExclusions, getGroupId, getLocation, getManagementKey, getOptional, getScope, getSystemPath, getType, getVersion, isOptional, removeExclusion, setArtifactId, setClassifier, setExclusions, setGroupId, setLocation, setOptional, setOptional, setScope, setSystemPath, setType, setVersionpublic String getResource()
public void setResource(String resource)
public String toString()
toString in class org.apache.maven.model.Dependencypublic void setSystemId(String systemId)
public String getSystemId()
public static DependencyResource valueOf(String value) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2006–2018. All rights reserved.