org.apache.maven.toolchain.model.io.xpp3
Class MavenToolchainsXpp3Reader

java.lang.Object
  extended by org.apache.maven.toolchain.model.io.xpp3.MavenToolchainsXpp3Reader

public class MavenToolchainsXpp3Reader
extends Object

Class MavenToolchainsXpp3Reader.

Version:
$Revision$ $Date$

Constructor Summary
MavenToolchainsXpp3Reader()
           
 
Method Summary
 boolean getAddDefaultEntities()
          Returns the state of the "add default entities" flag.
 PersistedToolchains read(InputStream in)
          Method read.
 PersistedToolchains read(InputStream in, boolean strict)
          Method read.
 PersistedToolchains read(Reader reader)
           
 PersistedToolchains 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

MavenToolchainsXpp3Reader

public MavenToolchainsXpp3Reader()
Method Detail

getAddDefaultEntities

public boolean getAddDefaultEntities()
Returns the state of the "add default entities" flag.

Returns:
boolean

read

public PersistedToolchains read(Reader reader,
                                boolean strict)
                         throws IOException,
                                XmlPullParserException
Parameters:
reader -
strict -
Returns:
PersistedToolchains
Throws:
IOException
XmlPullParserException
See Also:
ReaderFactory.newXmlReader(java.io.InputStream)

read

public PersistedToolchains read(Reader reader)
                         throws IOException,
                                XmlPullParserException
Parameters:
reader -
Returns:
PersistedToolchains
Throws:
IOException
XmlPullParserException
See Also:
ReaderFactory.newXmlReader(java.io.InputStream)

read

public PersistedToolchains read(InputStream in,
                                boolean strict)
                         throws IOException,
                                XmlPullParserException
Method read.

Parameters:
in -
strict -
Returns:
PersistedToolchains
Throws:
IOException
XmlPullParserException

read

public PersistedToolchains read(InputStream in)
                         throws IOException,
                                XmlPullParserException
Method read.

Parameters:
in -
Returns:
PersistedToolchains
Throws:
IOException
XmlPullParserException

setAddDefaultEntities

public void setAddDefaultEntities(boolean addDefaultEntities)
Sets the state of the "add default entities" flag.

Parameters:
addDefaultEntities -


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.