public class LocalScmMetadataXpp3Reader extends Object
| Constructor and Description | 
|---|
LocalScmMetadataXpp3Reader()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
getAddDefaultEntities()
Returns the state of the "add default entities" flag. 
 | 
LocalScmMetadata | 
read(InputStream in)
Method read. 
 | 
LocalScmMetadata | 
read(InputStream in,
        boolean strict)
Method read. 
 | 
LocalScmMetadata | 
read(Reader reader)  | 
LocalScmMetadata | 
read(Reader reader,
        boolean strict)  | 
void | 
setAddDefaultEntities(boolean addDefaultEntities)
Sets the state of the "add default entities" flag. 
 | 
public LocalScmMetadataXpp3Reader()
public boolean getAddDefaultEntities()
public LocalScmMetadata read(Reader reader, boolean strict) throws IOException, XmlPullParserException
reader - strict - IOExceptionXmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public LocalScmMetadata read(Reader reader) throws IOException, XmlPullParserException
reader - IOExceptionXmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public LocalScmMetadata read(InputStream in, boolean strict) throws IOException, XmlPullParserException
in - strict - IOExceptionXmlPullParserExceptionpublic LocalScmMetadata read(InputStream in) throws IOException, XmlPullParserException
in - IOExceptionXmlPullParserExceptionpublic void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities - Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.