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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()Method clone.Get the path/URL of the POM ornullif unknown.Get the identifier of the POM in the format<groupId>:<artifactId>:<version>.voidsetLocation(String location) Set the path/URL of the POM ornullif unknown.voidsetModelId(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 ornullif 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 ornullif 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
 
 -