public class RuleXpp3Reader extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RuleXpp3Reader.ContentTransformer |
| Modifier and Type | Field and Description |
|---|---|
RuleXpp3Reader.ContentTransformer |
contentTransformer
Field contentTransformer.
|
| Constructor and Description |
|---|
RuleXpp3Reader() |
RuleXpp3Reader(RuleXpp3Reader.ContentTransformer contentTransformer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAddDefaultEntities()
Returns the state of the "add default entities" flag.
|
org.codehaus.mojo.versions.model.RuleSet |
read(InputStream in)
Method read.
|
org.codehaus.mojo.versions.model.RuleSet |
read(InputStream in,
boolean strict)
Method read.
|
org.codehaus.mojo.versions.model.RuleSet |
read(Reader reader) |
org.codehaus.mojo.versions.model.RuleSet |
read(Reader reader,
boolean strict) |
void |
setAddDefaultEntities(boolean addDefaultEntities)
Sets the state of the "add default entities" flag.
|
public final RuleXpp3Reader.ContentTransformer contentTransformer
public RuleXpp3Reader()
public RuleXpp3Reader(RuleXpp3Reader.ContentTransformer contentTransformer)
public boolean getAddDefaultEntities()
public org.codehaus.mojo.versions.model.RuleSet read(Reader reader, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - a reader object.strict - a strict object.IOException - IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException - XmlPullParserException if
any.ReaderFactory.newXmlReader(java.io.InputStream)public org.codehaus.mojo.versions.model.RuleSet read(Reader reader) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - a reader object.IOException - IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException - XmlPullParserException if
any.ReaderFactory.newXmlReader(java.io.InputStream)public org.codehaus.mojo.versions.model.RuleSet read(InputStream in, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - a in object.strict - a strict object.IOException - IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException - XmlPullParserException if
any.public org.codehaus.mojo.versions.model.RuleSet read(InputStream in) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - a in object.IOException - IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException - XmlPullParserException if
any.public void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities - a addDefaultEntities object.Copyright © 2008–2022 MojoHaus. All rights reserved.