public class InputSource extends Objectimplements Serializable , Cloneable
| Constructor and Description |
|---|
InputSource()
|
| Modifier and Type | Method and Description |
|---|---|
InputSource |
clone()
Method clone.
|
String |
getLocation()
Get the path/URL of the POM or
null if unknown.
|
String |
getModelId()
Get the identifier of the POM in the format
<groupId>:<artifactId>:<version>.
|
void |
setLocation(String
Set the path/URL of the POM or
null if unknown.
|
void |
setModelId(String
Set the identifier of the POM in the format
<groupId>:<artifactId>:<version>.
|
String |
toString()
|
public InputSourceclone()
public StringgetLocation()
null if unknown.
public StringgetModelId()
<groupId>:<artifactId>:<version>.
public void setLocation(Stringlocation)
null if unknown.
location -
public void setModelId(StringmodelId)
<groupId>:<artifactId>:<version>.
modelId -
public StringtoString()