Class LifecycleStaxReader
java.lang.Object
org.apache.maven.plugin.lifecycle.io.LifecycleStaxReader
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionLifecycleStaxReader(LifecycleStaxReader.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- 
LifecycleStaxReaderpublic LifecycleStaxReader()
- 
LifecycleStaxReader
 
- 
- 
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:
- LifecycleConfiguration
- Throws:
- XMLStreamException- XMLStreamException if any.
 
- 
read- Throws:
- XMLStreamException
 
- 
readMethod read.- Parameters:
- in- a in object.
- strict- a strict object.
- Returns:
- LifecycleConfiguration
- Throws:
- XMLStreamException- XMLStreamException if any.
 
- 
readpublic LifecycleConfiguration read(XMLStreamReader parser, boolean strict) throws XMLStreamException Method read.- Parameters:
- parser- a parser object.
- strict- a strict object.
- Returns:
- LifecycleConfiguration
- Throws:
- XMLStreamException- XMLStreamException if any.
 
 
-