Package org.apache.maven.model
Class InputSource
java.lang.Object
org.apache.maven.model.InputSource
- All Implemented Interfaces:
Serializable
,Cloneable
Class InputSource.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Method clone.Get the path/URL of the POM ornull
if unknown.Get the identifier of the POM in the format<groupId>:<artifactId>:<version>
.void
setLocation
(String location) Set the path/URL of the POM ornull
if unknown.void
setModelId
(String modelId) Set the identifier of the POM in the format<groupId>:<artifactId>:<version>
.toString()
-
Constructor Details
-
InputSource
public InputSource()
-
-
Method Details
-
clone
Method clone. -
getLocation
Get the path/URL of the POM ornull
if unknown.- Returns:
- String
-
getModelId
Get the identifier of the POM in the format<groupId>:<artifactId>:<version>
.- Returns:
- String
-
setLocation
Set the path/URL of the POM ornull
if unknown.- Parameters:
location
- a location object.
-
setModelId
Set the identifier of the POM in the format<groupId>:<artifactId>:<version>
.- Parameters:
modelId
- a modelId object.
-
toString
-