|
||||||||||
| 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. |
boolean |
getBooleanValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method getBooleanValue. |
boolean |
getBooleanValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
String defaultValue)
Method getBooleanValue. |
byte |
getByteValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getByteValue. |
char |
getCharacterValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method getCharacterValue. |
Date |
getDateValue(String s,
String attribute,
String dateFormat,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method getDateValue. |
Date |
getDateValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method getDateValue. |
double |
getDoubleValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getDoubleValue. |
float |
getFloatValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getFloatValue. |
int |
getIntegerValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getIntegerValue. |
long |
getLongValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getLongValue. |
String |
getRequiredAttributeValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getRequiredAttributeValue. |
short |
getShortValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getShortValue. |
String |
getTrimmedValue(String s)
Method getTrimmedValue. |
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 boolean getBooleanValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - parser - attribute -
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public boolean getBooleanValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
String defaultValue)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - defaultValue - parser - attribute -
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public byte getByteValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute -
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public char getCharacterValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - parser - attribute -
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public Date getDateValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - parser - attribute -
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public Date getDateValue(String s,
String attribute,
String dateFormat,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - parser - dateFormat - attribute -
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public double getDoubleValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute -
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public float getFloatValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute -
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public int getIntegerValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute -
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public long getLongValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute -
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public String getRequiredAttributeValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute -
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public short getShortValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute -
org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic String getTrimmedValue(String s)
s -
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.XmlPullParserExceptionReaderFactory.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.XmlPullParserExceptionReaderFactory.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.XmlPullParserExceptionpublic void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||