Class CoreExtensionsXpp3Reader
java.lang.Object
org.apache.maven.cli.internal.extension.model.io.xpp3.CoreExtensionsXpp3Reader
Deprecated.
Class CoreExtensionsXpp3Reader.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Field contentTransformer. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.CoreExtensionsXpp3Reader(CoreExtensionsXpp3Reader.ContentTransformer contentTransformer) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Returns the state of the "add default entities" flag.read(InputStream in) Deprecated.Method read.read(InputStream in, boolean strict) Deprecated.Method read.Deprecated.Deprecated.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Deprecated.Method read.voidsetAddDefaultEntities(boolean addDefaultEntities) Deprecated.Sets the state of the "add default entities" flag.
-
Field Details
-
contentTransformer
Deprecated.Field contentTransformer.
-
-
Constructor Details
-
CoreExtensionsXpp3Reader
public CoreExtensionsXpp3Reader()Deprecated. -
CoreExtensionsXpp3Reader
Deprecated.
-
-
Method Details
-
getAddDefaultEntities
public boolean getAddDefaultEntities()Deprecated.Returns the state of the "add default entities" flag.- Returns:
- boolean
-
read
public CoreExtensions read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.Method read.- Parameters:
parser- a parser object.strict- a strict object.- Returns:
- CoreExtensions
- Throws:
IOException- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
-
read
public CoreExtensions read(Reader reader, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Parameters:
reader- a reader object.strict- a strict object.- Returns:
- CoreExtensions
- Throws:
IOException- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.- See Also:
-
XmlStreamReader
-
read
public CoreExtensions read(Reader reader) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Parameters:
reader- a reader object.- Returns:
- CoreExtensions
- Throws:
IOException- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.- See Also:
-
XmlStreamReader
-
read
public CoreExtensions read(InputStream in, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.Method read.- Parameters:
in- a in object.strict- a strict object.- Returns:
- CoreExtensions
- Throws:
IOException- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
-
read
public CoreExtensions read(InputStream in) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.Method read.- Parameters:
in- a in object.- Returns:
- CoreExtensions
- Throws:
IOException- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
-
setAddDefaultEntities
public void setAddDefaultEntities(boolean addDefaultEntities) Deprecated.Sets the state of the "add default entities" flag.- Parameters:
addDefaultEntities- a addDefaultEntities object.
-
org.apache.maven.cling.internal.extension.io.CoreExtensionsStaxReader