| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
public class LifecycleMappingsXpp3Reader
Class LifecycleMappingsXpp3Reader.
| Constructor Summary | |
|---|---|
LifecycleMappingsXpp3Reader()
 | 
|
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public LifecycleMappingsXpp3Reader()
| Method Detail | 
|---|
public boolean getAddDefaultEntities()
public LifecycleConfiguration read(Reader reader,
                                   boolean strict)
                            throws IOException,
                                   XmlPullParserException
reader - strict - 
IOException
XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)
public LifecycleConfiguration read(Reader reader)
                            throws IOException,
                                   XmlPullParserException
reader - 
IOException
XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)
public LifecycleConfiguration read(InputStream in,
                                   boolean strict)
                            throws IOException,
                                   XmlPullParserException
in - strict - 
IOException
XmlPullParserException
public LifecycleConfiguration read(InputStream in)
                            throws IOException,
                                   XmlPullParserException
in - 
IOException
XmlPullParserExceptionpublic void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||