Package org.apache.maven.api.model
Class InputSource
java.lang.Object
org.apache.maven.api.model.InputSource
- All Implemented Interfaces:
 Serializable
Class InputSource.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInputSource(String modelId, String location) InputSource(Collection<InputSource> inputs)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the path/URL of the POM ornullif unknown.Get the identifier of the POM in the format<groupId>:<artifactId>:<version>.inthashCode()static InputSourcemerge(InputSource src1, InputSource src2) toString() 
- 
Constructor Details
- 
InputSource
 - 
InputSource
 
 - 
 - 
Method Details
- 
getLocation
Get the path/URL of the POM ornullif unknown.- Returns:
 - the location
 
 - 
getModelId
Get the identifier of the POM in the format<groupId>:<artifactId>:<version>.- Returns:
 - the model id
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 - 
merge
 
 -