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