public class FileSetXpp3Reader
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
FileSetXpp3Reader.ContentTransformer |
| Modifier and Type | Field | Description |
|---|---|---|
FileSetXpp3Reader.ContentTransformer |
contentTransformer |
Field contentTransformer.
|
| Constructor | Description |
|---|---|
FileSetXpp3Reader() |
|
FileSetXpp3Reader(FileSetXpp3Reader.ContentTransformer contentTransformer) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getAddDefaultEntities() |
Returns the state of the "add default entities" flag.
|
FileSet |
read(java.io.InputStream in) |
Method read.
|
FileSet |
read(java.io.InputStream in,
boolean strict) |
Method read.
|
FileSet |
read(java.io.Reader reader) |
|
FileSet |
read(java.io.Reader reader,
boolean strict) |
|
void |
setAddDefaultEntities(boolean addDefaultEntities) |
Sets the state of the "add default entities" flag.
|
public final FileSetXpp3Reader.ContentTransformer contentTransformer
public FileSetXpp3Reader()
public FileSetXpp3Reader(FileSetXpp3Reader.ContentTransformer contentTransformer)
public boolean getAddDefaultEntities()
public FileSet read(java.io.Reader reader, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public FileSet read(java.io.Reader reader) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public FileSet read(java.io.InputStream in, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic FileSet read(java.io.InputStream in) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities -