public class MavenXpp3Reader
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MavenXpp3Reader.ContentTransformer |
| Modifier and Type | Field and Description |
|---|---|
private boolean |
addDefaultEntities
If set the parser will be loaded with all single characters
from the XHTML specification.
|
MavenXpp3Reader.ContentTransformer |
contentTransformer
Field contentTransformer.
|
| Constructor and Description |
|---|
MavenXpp3Reader() |
MavenXpp3Reader(MavenXpp3Reader.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)
Method parseActivation.
|
private ActivationFile |
parseActivationFile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationFile.
|
private ActivationOS |
parseActivationOS(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationOS.
|
private ActivationProperty |
parseActivationProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationProperty.
|
private Build |
parseBuild(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseBuild.
|
private BuildBase |
parseBuildBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseBuildBase.
|
private CiManagement |
parseCiManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseCiManagement.
|
private ConfigurationContainer |
parseConfigurationContainer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseConfigurationContainer.
|
private Contributor |
parseContributor(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseContributor.
|
private Dependency |
parseDependency(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDependency.
|
private DependencyManagement |
parseDependencyManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDependencyManagement.
|
private DeploymentRepository |
parseDeploymentRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDeploymentRepository.
|
private Developer |
parseDeveloper(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDeveloper.
|
private DistributionManagement |
parseDistributionManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDistributionManagement.
|
private Exclusion |
parseExclusion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseExclusion.
|
private Extension |
parseExtension(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseExtension.
|
private FileSet |
parseFileSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseFileSet.
|
private IssueManagement |
parseIssueManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseIssueManagement.
|
private License |
parseLicense(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseLicense.
|
private MailingList |
parseMailingList(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseMailingList.
|
private Model |
parseModel(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseModel.
|
private ModelBase |
parseModelBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseModelBase.
|
private Notifier |
parseNotifier(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseNotifier.
|
private Organization |
parseOrganization(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseOrganization.
|
private Parent |
parseParent(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseParent.
|
private PatternSet |
parsePatternSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePatternSet.
|
private Plugin |
parsePlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePlugin.
|
private PluginConfiguration |
parsePluginConfiguration(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePluginConfiguration.
|
private PluginContainer |
parsePluginContainer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePluginContainer.
|
private PluginExecution |
parsePluginExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePluginExecution.
|
private PluginManagement |
parsePluginManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePluginManagement.
|
private Prerequisites |
parsePrerequisites(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePrerequisites.
|
private Profile |
parseProfile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseProfile.
|
private Relocation |
parseRelocation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseRelocation.
|
private Reporting |
parseReporting(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseReporting.
|
private ReportPlugin |
parseReportPlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseReportPlugin.
|
private ReportSet |
parseReportSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseReportSet.
|
private Repository |
parseRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseRepository.
|
private RepositoryBase |
parseRepositoryBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseRepositoryBase.
|
private RepositoryPolicy |
parseRepositoryPolicy(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseRepositoryPolicy.
|
private Resource |
parseResource(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseResource.
|
private Scm |
parseScm(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseScm.
|
private Site |
parseSite(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseSite.
|
Model |
read(java.io.InputStream in)
Method read.
|
Model |
read(java.io.InputStream in,
boolean strict)
Method read.
|
Model |
read(java.io.Reader reader) |
Model |
read(java.io.Reader reader,
boolean strict) |
private Model |
read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method read.
|
void |
setAddDefaultEntities(boolean addDefaultEntities)
Sets the state of the "add default entities" flag.
|
private boolean addDefaultEntities
public final MavenXpp3Reader.ContentTransformer contentTransformer
public MavenXpp3Reader()
public MavenXpp3Reader(MavenXpp3Reader.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 - parsed - alias - tagName - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate 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 - strict - tagName - attribute - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionjava.io.IOExceptionprivate void checkUnknownElement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException,
java.io.IOException
parser - strict - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionjava.io.IOExceptionpublic 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 - parser - attribute - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate 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 - defaultValue - parser - attribute - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate 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 - strict - parser - attribute - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate 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 - parser - attribute - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate 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 - parser - attribute - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate 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 - parser - dateFormat - attribute - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate 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 - strict - parser - attribute - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate 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 - strict - parser - attribute - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate 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 - strict - parser - attribute - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate 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 - strict - parser - attribute - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate 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 - strict - parser - attribute - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate 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 - strict - parser - attribute - org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate java.lang.String getTrimmedValue(java.lang.String s)
s - private java.lang.String interpolatedTrimmed(java.lang.String value,
java.lang.String context)
value - context - private int nextTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
throws java.io.IOException,
org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic Model 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 Model 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 Model 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 Model 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.XmlPullParserExceptionprivate Activation parseActivation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate ActivationFile parseActivationFile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate ActivationOS parseActivationOS(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate ActivationProperty parseActivationProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Build parseBuild(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate BuildBase parseBuildBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate CiManagement parseCiManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate ConfigurationContainer parseConfigurationContainer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Contributor parseContributor(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Dependency parseDependency(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate DependencyManagement parseDependencyManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate DeploymentRepository parseDeploymentRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Developer parseDeveloper(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate DistributionManagement parseDistributionManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Exclusion parseExclusion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Extension parseExtension(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate FileSet parseFileSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate IssueManagement parseIssueManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate License parseLicense(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate MailingList parseMailingList(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Model parseModel(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate ModelBase parseModelBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Notifier parseNotifier(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Organization parseOrganization(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Parent parseParent(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate PatternSet parsePatternSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Plugin parsePlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate PluginConfiguration parsePluginConfiguration(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate PluginContainer parsePluginContainer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate PluginExecution parsePluginExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate PluginManagement parsePluginManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Prerequisites parsePrerequisites(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Profile parseProfile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Relocation parseRelocation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate ReportPlugin parseReportPlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate ReportSet parseReportSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Reporting parseReporting(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Repository parseRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate RepositoryBase parseRepositoryBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate RepositoryPolicy parseRepositoryPolicy(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Resource parseResource(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Scm parseScm(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Site parseSite(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprivate Model read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
parser - strict - java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities -