Class MetadataStaxReader
java.lang.Object
org.apache.maven.artifact.repository.metadata.io.MetadataStaxReader
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionMetadataStaxReader(MetadataStaxReader.ContentTransformer contentTransformer) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns the state of the "add default entities" flag.read(InputStream in) read(InputStream in, boolean strict) Method read.read(XMLStreamReader parser, boolean strict) Method read.voidsetAddDefaultEntities(boolean addDefaultEntities) Sets the state of the "add default entities" flag.
- 
Constructor Details- 
MetadataStaxReaderpublic MetadataStaxReader()
- 
MetadataStaxReader
 
- 
- 
Method Details- 
getAddDefaultEntitiespublic boolean getAddDefaultEntities()Returns the state of the "add default entities" flag.- Returns:
- boolean
 
- 
setAddDefaultEntitiespublic void setAddDefaultEntities(boolean addDefaultEntities) Sets the state of the "add default entities" flag.- Parameters:
- addDefaultEntities- a addDefaultEntities object.
 
- 
read- Throws:
- XMLStreamException
 
- 
read- Parameters:
- reader- a reader object.
- strict- a strict object.
- Returns:
- Metadata
- Throws:
- XMLStreamException- XMLStreamException if any.
 
- 
read- Throws:
- XMLStreamException
 
- 
readMethod read.- Parameters:
- in- a in object.
- strict- a strict object.
- Returns:
- Metadata
- Throws:
- XMLStreamException- XMLStreamException if any.
 
- 
readMethod read.- Parameters:
- parser- a parser object.
- strict- a strict object.
- Returns:
- Metadata
- Throws:
- XMLStreamException- XMLStreamException if any.
 
 
-