org.apache.maven.artifact.repository.metadata.io.xpp3
Class MetadataXpp3Reader

java.lang.Object
  extended by org.apache.maven.artifact.repository.metadata.io.xpp3.MetadataXpp3Reader

public class MetadataXpp3Reader
extends Object

Class MetadataXpp3Reader.

Version:
$Revision$ $Date$

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

MetadataXpp3Reader

public MetadataXpp3Reader()
Method Detail

getAddDefaultEntities

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

Returns:
boolean

read

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

read

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

read

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

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

read

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

Parameters:
in -
Returns:
Metadata
Throws:
IOException
XmlPullParserException

setAddDefaultEntities

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

Parameters:
addDefaultEntities -


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