Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.building | |
org.apache.maven.model.io.xpp3 |
XML reader and writer classes for Maven POM, generated from
maven.mdo model. |
Modifier and Type | Method and Description |
---|---|
Map<Object,InputLocation> |
InputLocation.getLocations() |
Modifier and Type | Method and Description |
---|---|
static InputLocation |
InputLocation.merge(InputLocation target,
InputLocation source,
boolean sourceDominant)
Method merge.
|
static InputLocation |
InputLocation.merge(InputLocation target,
InputLocation source,
Collection<Integer> indices)
Method merge.
|
void |
Site.setLocation(Object key,
InputLocation location) |
void |
Scm.setLocation(Object key,
InputLocation location) |
void |
RepositoryPolicy.setLocation(Object key,
InputLocation location) |
void |
RepositoryBase.setLocation(Object key,
InputLocation location) |
void |
Reporting.setLocation(Object key,
InputLocation location) |
void |
Relocation.setLocation(Object key,
InputLocation location) |
void |
Prerequisites.setLocation(Object key,
InputLocation location) |
void |
PluginContainer.setLocation(Object key,
InputLocation location) |
void |
PatternSet.setLocation(Object key,
InputLocation location) |
void |
Parent.setLocation(Object key,
InputLocation location) |
void |
Organization.setLocation(Object key,
InputLocation location) |
void |
Notifier.setLocation(Object key,
InputLocation location) |
void |
ModelBase.setLocation(Object key,
InputLocation location) |
void |
MailingList.setLocation(Object key,
InputLocation location) |
void |
License.setLocation(Object key,
InputLocation location) |
void |
IssueManagement.setLocation(Object key,
InputLocation location) |
void |
InputLocationTracker.setLocation(Object field,
InputLocation location)
Sets the location of the specified field.
|
void |
InputLocation.setLocation(Object key,
InputLocation location) |
void |
Extension.setLocation(Object key,
InputLocation location) |
void |
Exclusion.setLocation(Object key,
InputLocation location) |
void |
DistributionManagement.setLocation(Object key,
InputLocation location) |
void |
DependencyManagement.setLocation(Object key,
InputLocation location) |
void |
Dependency.setLocation(Object key,
InputLocation location) |
void |
Contributor.setLocation(Object key,
InputLocation location) |
void |
ConfigurationContainer.setLocation(Object key,
InputLocation location) |
void |
CiManagement.setLocation(Object key,
InputLocation location) |
void |
ActivationProperty.setLocation(Object key,
InputLocation location) |
void |
ActivationOS.setLocation(Object key,
InputLocation location) |
void |
ActivationFile.setLocation(Object key,
InputLocation location) |
void |
Activation.setLocation(Object key,
InputLocation location) |
void |
Site.setOtherLocation(Object key,
InputLocation location) |
void |
Scm.setOtherLocation(Object key,
InputLocation location) |
void |
RepositoryPolicy.setOtherLocation(Object key,
InputLocation location) |
void |
RepositoryBase.setOtherLocation(Object key,
InputLocation location) |
void |
Reporting.setOtherLocation(Object key,
InputLocation location) |
void |
Relocation.setOtherLocation(Object key,
InputLocation location) |
void |
Prerequisites.setOtherLocation(Object key,
InputLocation location) |
void |
PluginContainer.setOtherLocation(Object key,
InputLocation location) |
void |
PatternSet.setOtherLocation(Object key,
InputLocation location) |
void |
Parent.setOtherLocation(Object key,
InputLocation location) |
void |
Organization.setOtherLocation(Object key,
InputLocation location) |
void |
Notifier.setOtherLocation(Object key,
InputLocation location) |
void |
ModelBase.setOtherLocation(Object key,
InputLocation location) |
void |
MailingList.setOtherLocation(Object key,
InputLocation location) |
void |
License.setOtherLocation(Object key,
InputLocation location) |
void |
IssueManagement.setOtherLocation(Object key,
InputLocation location) |
void |
InputLocation.setOtherLocation(Object key,
InputLocation location) |
void |
Extension.setOtherLocation(Object key,
InputLocation location) |
void |
Exclusion.setOtherLocation(Object key,
InputLocation location) |
void |
DistributionManagement.setOtherLocation(Object key,
InputLocation location) |
void |
DependencyManagement.setOtherLocation(Object key,
InputLocation location) |
void |
Dependency.setOtherLocation(Object key,
InputLocation location) |
void |
Contributor.setOtherLocation(Object key,
InputLocation location) |
void |
ConfigurationContainer.setOtherLocation(Object key,
InputLocation location) |
void |
CiManagement.setOtherLocation(Object key,
InputLocation location) |
void |
ActivationProperty.setOtherLocation(Object key,
InputLocation location) |
void |
ActivationOS.setOtherLocation(Object key,
InputLocation location) |
void |
ActivationFile.setOtherLocation(Object key,
InputLocation location) |
void |
Activation.setOtherLocation(Object key,
InputLocation location) |
abstract String |
InputLocation.StringFormatter.toString(InputLocation location)
Method toString.
|
Modifier and Type | Method and Description |
---|---|
void |
InputLocation.setLocations(Map<Object,InputLocation> locations) |
Modifier and Type | Method and Description |
---|---|
InputLocation |
ModelProblemCollectorRequest.getLocation() |
Modifier and Type | Method and Description |
---|---|
ModelProblemCollectorRequest |
ModelProblemCollectorRequest.setLocation(InputLocation location) |
Modifier and Type | Method and Description |
---|---|
protected String |
MavenXpp3WriterEx.toString(InputLocation location)
Method toString.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.