Package | Description |
---|---|
org.apache.maven.api.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model | |
org.apache.maven.model.v4 |
Modifier and Type | Method and Description |
---|---|
InputSource |
InputLocation.getSource() |
Constructor and Description |
---|
InputLocation(InputSource source) |
InputLocation(int lineNumber,
int columnNumber,
InputSource source) |
InputLocation(int lineNumber,
int columnNumber,
InputSource source,
Map<Object,InputLocation> locations) |
InputLocation(int lineNumber,
int columnNumber,
InputSource source,
Object selfLocationKey) |
Modifier and Type | Method and Description |
---|---|
InputSource |
InputSource.toApiSource() |
Constructor and Description |
---|
InputSource(InputSource source) |
Modifier and Type | Method and Description |
---|---|
Model |
MavenXpp3ReaderEx.read(InputStream in,
boolean strict,
InputSource source)
Method read.
|
Model |
MavenXpp3ReaderEx.read(Reader reader,
boolean strict,
InputSource source) |
Model |
MavenXpp3ReaderEx.read(XmlPullParser parser,
boolean strict,
InputSource source)
Method read.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.