public class LifecycleMappingMetadataSourceXpp3Reader extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
LifecycleMappingMetadataSourceXpp3Reader.ContentTransformer |
| Modifier and Type | Field and Description |
|---|---|
LifecycleMappingMetadataSourceXpp3Reader.ContentTransformer |
contentTransformer
Field contentTransformer.
|
| Constructor and Description |
|---|
LifecycleMappingMetadataSourceXpp3Reader() |
LifecycleMappingMetadataSourceXpp3Reader(LifecycleMappingMetadataSourceXpp3Reader.ContentTransformer contentTransformer) |
public final LifecycleMappingMetadataSourceXpp3Reader.ContentTransformer contentTransformer
public LifecycleMappingMetadataSourceXpp3Reader()
public LifecycleMappingMetadataSourceXpp3Reader(LifecycleMappingMetadataSourceXpp3Reader.ContentTransformer contentTransformer)
public boolean getAddDefaultEntities()
public LifecycleMappingMetadataSource read(Reader reader, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - strict - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public LifecycleMappingMetadataSource read(Reader reader) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public LifecycleMappingMetadataSource read(InputStream in, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - strict - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic LifecycleMappingMetadataSource read(InputStream in) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic LifecycleMappingMetadata readLifecycleMappingMetadata(Reader reader, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - strict - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public LifecycleMappingMetadata readLifecycleMappingMetadata(Reader reader) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public LifecycleMappingMetadata readLifecycleMappingMetadata(InputStream in, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - strict - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic LifecycleMappingMetadata readLifecycleMappingMetadata(InputStream in) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic PluginExecutionFilter readPluginExecutionFilter(Reader reader, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - strict - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public PluginExecutionFilter readPluginExecutionFilter(Reader reader) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public PluginExecutionFilter readPluginExecutionFilter(InputStream in, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - strict - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic PluginExecutionFilter readPluginExecutionFilter(InputStream in) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic PluginExecutionMetadata readPluginExecutionMetadata(Reader reader, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - strict - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public PluginExecutionMetadata readPluginExecutionMetadata(Reader reader) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public PluginExecutionMetadata readPluginExecutionMetadata(InputStream in, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - strict - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic PluginExecutionMetadata readPluginExecutionMetadata(InputStream in) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities - Copyright © 2005–2021 Eclipse Foundation. All rights reserved.