public class MavenXpp3ReaderEx
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
MavenXpp3ReaderEx.ContentTransformer |
private static class |
MavenXpp3ReaderEx.Xpp3DomBuilderInputLocationBuilder
Class Xpp3DomBuilderInputLocationBuilder.
|
Modifier and Type | Field and Description |
---|---|
private boolean |
addDefaultEntities
If set the parser will be loaded with all single characters
from the XHTML specification.
|
MavenXpp3ReaderEx.ContentTransformer |
contentTransformer
Field contentTransformer.
|
Constructor and Description |
---|
MavenXpp3ReaderEx() |
MavenXpp3ReaderEx(MavenXpp3ReaderEx.ContentTransformer contentTransformer) |
Modifier and Type | Method and Description |
---|---|
private boolean |
checkFieldWithDuplicate(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
java.lang.String tagName,
java.lang.String alias,
java.util.Set parsed)
Method checkFieldWithDuplicate.
|
private void |
checkUnknownAttribute(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
java.lang.String attribute,
java.lang.String tagName,
boolean strict)
Method checkUnknownAttribute.
|
private void |
checkUnknownElement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method checkUnknownElement.
|
boolean |
getAddDefaultEntities()
Returns the state of the "add default entities" flag.
|
private boolean |
getBooleanValue(java.lang.String s,
java.lang.String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method getBooleanValue.
|
private boolean |
getBooleanValue(java.lang.String s,
java.lang.String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
java.lang.String defaultValue)
Method getBooleanValue.
|
private byte |
getByteValue(java.lang.String s,
java.lang.String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getByteValue.
|
private char |
getCharacterValue(java.lang.String s,
java.lang.String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method getCharacterValue.
|
private java.util.Date |
getDateValue(java.lang.String s,
java.lang.String attribute,
java.lang.String dateFormat,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method getDateValue.
|
private java.util.Date |
getDateValue(java.lang.String s,
java.lang.String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method getDateValue.
|
private double |
getDoubleValue(java.lang.String s,
java.lang.String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getDoubleValue.
|
private float |
getFloatValue(java.lang.String s,
java.lang.String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getFloatValue.
|
private int |
getIntegerValue(java.lang.String s,
java.lang.String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getIntegerValue.
|
private long |
getLongValue(java.lang.String s,
java.lang.String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getLongValue.
|
private java.lang.String |
getRequiredAttributeValue(java.lang.String s,
java.lang.String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getRequiredAttributeValue.
|
private short |
getShortValue(java.lang.String s,
java.lang.String attribute,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method getShortValue.
|
private java.lang.String |
getTrimmedValue(java.lang.String s)
Method getTrimmedValue.
|
private java.lang.String |
interpolatedTrimmed(java.lang.String value,
java.lang.String context)
Method interpolatedTrimmed.
|
private int |
nextTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method nextTag.
|
private Activation |
parseActivation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseActivation.
|
private ActivationFile |
parseActivationFile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseActivationFile.
|
private ActivationOS |
parseActivationOS(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseActivationOS.
|
private ActivationProperty |
parseActivationProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseActivationProperty.
|
private Build |
parseBuild(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseBuild.
|
private BuildBase |
parseBuildBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseBuildBase.
|
private CiManagement |
parseCiManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseCiManagement.
|
private ConfigurationContainer |
parseConfigurationContainer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseConfigurationContainer.
|
private Contributor |
parseContributor(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseContributor.
|
private Dependency |
parseDependency(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseDependency.
|
private DependencyManagement |
parseDependencyManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseDependencyManagement.
|
private DeploymentRepository |
parseDeploymentRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseDeploymentRepository.
|
private Developer |
parseDeveloper(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseDeveloper.
|
private DistributionManagement |
parseDistributionManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseDistributionManagement.
|
private Exclusion |
parseExclusion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseExclusion.
|
private Extension |
parseExtension(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseExtension.
|
private FileSet |
parseFileSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseFileSet.
|
private IssueManagement |
parseIssueManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseIssueManagement.
|
private License |
parseLicense(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseLicense.
|
private MailingList |
parseMailingList(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseMailingList.
|
private Model |
parseModel(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseModel.
|
private ModelBase |
parseModelBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseModelBase.
|
private Notifier |
parseNotifier(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseNotifier.
|
private Organization |
parseOrganization(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseOrganization.
|
private Parent |
parseParent(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseParent.
|
private PatternSet |
parsePatternSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parsePatternSet.
|
private Plugin |
parsePlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parsePlugin.
|
private PluginConfiguration |
parsePluginConfiguration(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parsePluginConfiguration.
|
private PluginContainer |
parsePluginContainer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parsePluginContainer.
|
private PluginExecution |
parsePluginExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parsePluginExecution.
|
private PluginManagement |
parsePluginManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parsePluginManagement.
|
private Prerequisites |
parsePrerequisites(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parsePrerequisites.
|
private Profile |
parseProfile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseProfile.
|
private Relocation |
parseRelocation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseRelocation.
|
private Reporting |
parseReporting(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseReporting.
|
private ReportPlugin |
parseReportPlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseReportPlugin.
|
private ReportSet |
parseReportSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseReportSet.
|
private Repository |
parseRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseRepository.
|
private RepositoryBase |
parseRepositoryBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseRepositoryBase.
|
private RepositoryPolicy |
parseRepositoryPolicy(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseRepositoryPolicy.
|
private Resource |
parseResource(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseResource.
|
private Scm |
parseScm(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseScm.
|
private Site |
parseSite(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseSite.
|
Model |
read(java.io.InputStream in,
boolean strict,
InputSource source)
Method read.
|
Model |
read(java.io.Reader reader,
boolean strict,
InputSource source) |
Model |
read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method read.
|
void |
setAddDefaultEntities(boolean addDefaultEntities)
Sets the state of the "add default entities" flag.
|
private boolean addDefaultEntities
public final MavenXpp3ReaderEx.ContentTransformer contentTransformer
public MavenXpp3ReaderEx()
public MavenXpp3ReaderEx(MavenXpp3ReaderEx.ContentTransformer contentTransformer)
private boolean checkFieldWithDuplicate(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, java.lang.String tagName, java.lang.String alias, java.util.Set parsed) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.parsed
- a parsed object.alias
- a alias object.tagName
- a tagName object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private void checkUnknownAttribute(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, java.lang.String attribute, java.lang.String tagName, boolean strict) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, java.io.IOException
parser
- a parser object.strict
- a strict object.tagName
- a tagName object.attribute
- a attribute object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.java.io.IOException
- IOException if any.private void checkUnknownElement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, java.io.IOException
parser
- a parser object.strict
- a strict object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.java.io.IOException
- IOException if any.public boolean getAddDefaultEntities()
private boolean getBooleanValue(java.lang.String s, java.lang.String attribute, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s
- a s object.parser
- a parser object.attribute
- a attribute object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private boolean getBooleanValue(java.lang.String s, java.lang.String attribute, org.codehaus.plexus.util.xml.pull.XmlPullParser parser, java.lang.String defaultValue) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s
- a s object.defaultValue
- a defaultValue object.parser
- a parser object.attribute
- a attribute object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private byte getByteValue(java.lang.String s, java.lang.String attribute, org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s
- a s object.strict
- a strict object.parser
- a parser object.attribute
- a attribute object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private char getCharacterValue(java.lang.String s, java.lang.String attribute, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s
- a s object.parser
- a parser object.attribute
- a attribute object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private java.util.Date getDateValue(java.lang.String s, java.lang.String attribute, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s
- a s object.parser
- a parser object.attribute
- a attribute object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private java.util.Date getDateValue(java.lang.String s, java.lang.String attribute, java.lang.String dateFormat, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s
- a s object.parser
- a parser object.dateFormat
- a dateFormat object.attribute
- a attribute object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private double getDoubleValue(java.lang.String s, java.lang.String attribute, org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s
- a s object.strict
- a strict object.parser
- a parser object.attribute
- a attribute object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private float getFloatValue(java.lang.String s, java.lang.String attribute, org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s
- a s object.strict
- a strict object.parser
- a parser object.attribute
- a attribute object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private int getIntegerValue(java.lang.String s, java.lang.String attribute, org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s
- a s object.strict
- a strict object.parser
- a parser object.attribute
- a attribute object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private long getLongValue(java.lang.String s, java.lang.String attribute, org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s
- a s object.strict
- a strict object.parser
- a parser object.attribute
- a attribute object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private java.lang.String getRequiredAttributeValue(java.lang.String s, java.lang.String attribute, org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s
- a s object.strict
- a strict object.parser
- a parser object.attribute
- a attribute object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private short getShortValue(java.lang.String s, java.lang.String attribute, org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s
- a s object.strict
- a strict object.parser
- a parser object.attribute
- a attribute object.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private java.lang.String getTrimmedValue(java.lang.String s)
s
- a s object.private java.lang.String interpolatedTrimmed(java.lang.String value, java.lang.String context)
value
- a value object.context
- a context object.private int nextTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.public Model read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.public Model read(java.io.Reader reader, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader
- a reader object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.ReaderFactory.newXmlReader(java.io.InputStream)
public Model read(java.io.InputStream in, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in
- a in object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Activation parseActivation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private ActivationFile parseActivationFile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private ActivationOS parseActivationOS(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private ActivationProperty parseActivationProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Build parseBuild(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private BuildBase parseBuildBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private CiManagement parseCiManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private ConfigurationContainer parseConfigurationContainer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Contributor parseContributor(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Dependency parseDependency(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private DependencyManagement parseDependencyManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private DeploymentRepository parseDeploymentRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Developer parseDeveloper(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private DistributionManagement parseDistributionManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Exclusion parseExclusion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Extension parseExtension(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private FileSet parseFileSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private IssueManagement parseIssueManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private License parseLicense(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private MailingList parseMailingList(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Model parseModel(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private ModelBase parseModelBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Notifier parseNotifier(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Organization parseOrganization(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Parent parseParent(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private PatternSet parsePatternSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Plugin parsePlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private PluginConfiguration parsePluginConfiguration(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private PluginContainer parsePluginContainer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private PluginExecution parsePluginExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private PluginManagement parsePluginManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Prerequisites parsePrerequisites(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Profile parseProfile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Relocation parseRelocation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private ReportPlugin parseReportPlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private ReportSet parseReportSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Reporting parseReporting(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Repository parseRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private RepositoryBase parseRepositoryBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private RepositoryPolicy parseRepositoryPolicy(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Resource parseResource(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Scm parseScm(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.private Site parseSite(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser
- a parser object.source
- a source object.strict
- a strict object.java.io.IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if
any.public void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities
- a addDefaultEntities object.