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