|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.model.InputSource
public class InputSource
Class InputSource.
Constructor Summary | |
---|---|
InputSource()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InputSource()
Method Detail |
---|
public InputSource clone()
clone
in class Object
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
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |