public class LifecycleMappingsXpp3Reader extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
LifecycleMappingsXpp3Reader.ContentTransformer |
Modifier and Type | Field and Description |
---|---|
LifecycleMappingsXpp3Reader.ContentTransformer |
contentTransformer
Field contentTransformer.
|
Constructor and Description |
---|
LifecycleMappingsXpp3Reader() |
LifecycleMappingsXpp3Reader(LifecycleMappingsXpp3Reader.ContentTransformer contentTransformer) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAddDefaultEntities()
Returns the state of the "add default entities" flag.
|
LifecycleConfiguration |
read(InputStream in)
Method read.
|
LifecycleConfiguration |
read(InputStream in,
boolean strict)
Method read.
|
LifecycleConfiguration |
read(Reader reader) |
LifecycleConfiguration |
read(Reader reader,
boolean strict) |
void |
setAddDefaultEntities(boolean addDefaultEntities)
Sets the state of the "add default entities" flag.
|
public final LifecycleMappingsXpp3Reader.ContentTransformer contentTransformer
public LifecycleMappingsXpp3Reader()
public LifecycleMappingsXpp3Reader(LifecycleMappingsXpp3Reader.ContentTransformer contentTransformer)
public boolean getAddDefaultEntities()
public LifecycleConfiguration read(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 LifecycleConfiguration read(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 LifecycleConfiguration read(InputStream in, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in
- strict
- IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public LifecycleConfiguration read(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
- Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.