|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.continuum.buildagent.model.io.xpp3.ContinuumBuildAgentConfigurationModelXpp3Reader
public class ContinuumBuildAgentConfigurationModelXpp3Reader
Class ContinuumBuildAgentConfigurationModelXpp3Reader.
Constructor Summary | |
---|---|
ContinuumBuildAgentConfigurationModelXpp3Reader()
|
Method Summary | |
---|---|
boolean |
getAddDefaultEntities()
Returns the state of the "add default entities" flag. |
ContinuumBuildAgentConfigurationModel |
read(InputStream in)
Method read. |
ContinuumBuildAgentConfigurationModel |
read(InputStream in,
boolean strict)
Method read. |
ContinuumBuildAgentConfigurationModel |
read(Reader reader)
|
ContinuumBuildAgentConfigurationModel |
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 ContinuumBuildAgentConfigurationModelXpp3Reader()
Method Detail |
---|
public boolean getAddDefaultEntities()
public ContinuumBuildAgentConfigurationModel 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 ContinuumBuildAgentConfigurationModel 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 ContinuumBuildAgentConfigurationModel 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 ContinuumBuildAgentConfigurationModel 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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |