Serializable
, Cloneable
, org.apache.maven.model.InputLocationTracker
public 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, setVersion
public String getResource()
public void setResource(String resource)
public String toString()
toString
in class org.apache.maven.model.Dependency
public void setSystemId(String systemId)
public String getSystemId()
public static DependencyResource valueOf(String value) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2006–2018. All rights reserved.