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 SummaryConstructorsConstructorDescriptionInputSource(String modelId, String location) InputSource(Collection<InputSource> inputs) 
- 
Method SummaryModifier 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- 
getLocationGet the path/URL of the POM ornullif unknown.- Returns:
- the location
 
- 
getModelIdGet the identifier of the POM in the format<groupId>:<artifactId>:<version>.- Returns:
- the model id
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
- 
merge
 
-