public class MavenXpp3Reader extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MavenXpp3Reader
|
| Modifier and Type | Field and Description |
|---|---|
MavenXpp3Reader |
contentTransformer
Field contentTransformer.
|
| Constructor and Description |
|---|
MavenXpp3Reader()
|
MavenXpp3Reader(MavenXpp3Reader
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAddDefaultEntities()
Returns the state of the "add default entities" flag.
|
Model |
read(InputStream
Method read.
|
Model |
read(InputStream
Method read.
|
Model |
read(Reader
|
Model |
read(Reader
|
void |
setAddDefaultEntities(boolean addDefaultEntities)
Sets the state of the "add default entities" flag.
|
public final MavenXpp3Reader.ContentTransformer contentTransformer
public MavenXpp3Reader()
public MavenXpp3Reader(MavenXpp3Reader.ContentTransformer contentTransformer)
public boolean getAddDefaultEntities()
public Modelread(Reader reader, boolean strict) throws IOException , org .codehaus .plexus .util .xml .pull .XmlPullParserException
reader -
strict -
IOException -
org.codehaus.plexus.util.xml.pull.XmlPullParserException -
ReaderFactory.newXmlReader(java.io.InputStream)
public Modelread(Reader reader) throws IOException , org .codehaus .plexus .util .xml .pull .XmlPullParserException
reader -
IOException -
org.codehaus.plexus.util.xml.pull.XmlPullParserException -
ReaderFactory.newXmlReader(java.io.InputStream)
public Modelread(InputStream in, boolean strict) throws IOException , org .codehaus .plexus .util .xml .pull .XmlPullParserException
in -
strict -
IOException -
org.codehaus.plexus.util.xml.pull.XmlPullParserException -
public Modelread(InputStream in) throws IOException , org .codehaus .plexus .util .xml .pull .XmlPullParserException
in -
IOException -
org.codehaus.plexus.util.xml.pull.XmlPullParserException -
public void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities -