public class InputSource extends Object implements 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 location)
Set the path/URL of the POM or
null if unknown. |
void |
setModelId(String modelId)
Set the identifier of the POM in the format
<groupId>:<artifactId>:<version> . |
String |
toString() |
public InputSource clone()
public String getLocation()
null
if unknown.public String getModelId()
<groupId>:<artifactId>:<version>
.public void setLocation(String location)
null
if unknown.location
- public void setModelId(String modelId)
<groupId>:<artifactId>:<version>
.modelId
- Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.