public class InputSource extends Object implements Serializable
Constructor and Description |
---|
InputSource(String modelId,
String location) |
Modifier and Type | Method and Description |
---|---|
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> . |
String |
toString() |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.