public class NetbeansBuildActionXpp3Reader extends Object
Constructor and Description |
---|
NetbeansBuildActionXpp3Reader() |
Modifier and Type | Method and Description |
---|---|
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,
String defaultValue)
Method getBooleanValue.
|
char |
getCharacterValue(String s,
String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method getCharacterValue.
|
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 |
getTrimmedValue(String s)
Method getTrimmedValue.
|
ActionToGoalMapping |
read(InputStream in)
Method read.
|
ActionToGoalMapping |
read(InputStream in,
boolean strict)
Method read.
|
ActionToGoalMapping |
read(Reader reader) |
ActionToGoalMapping |
read(Reader reader,
boolean strict) |
void |
setAddDefaultEntities(boolean addDefaultEntities)
Sets the state of the "add default entities" flag.
|
public boolean getAddDefaultEntities()
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 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 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 getTrimmedValue(String s)
s
- public ActionToGoalMapping 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 ActionToGoalMapping 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 ActionToGoalMapping 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 ActionToGoalMapping 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
-