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  nullif 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  nullif unknown. | 
| void | setModelId(String modelId)Set the identifier of the POM in the format  <groupId>:<artifactId>:<version>. | 
| String | toString() | 
public InputSource()
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–2014 The Apache Software Foundation. All rights reserved.