Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, 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 |
ActivationOS.setLocation(Object key,
InputLocation location) |
void |
Relocation.setLocation(Object key,
InputLocation location) |
void |
PatternSet.setLocation(Object key,
InputLocation location) |
void |
ActivationFile.setLocation(Object key,
InputLocation location) |
void |
Reporting.setLocation(Object key,
InputLocation location) |
void |
Prerequisites.setLocation(Object key,
InputLocation location) |
void |
RepositoryBase.setLocation(Object key,
InputLocation location) |
void |
Organization.setLocation(Object key,
InputLocation location) |
void |
Parent.setLocation(Object key,
InputLocation location) |
void |
PluginContainer.setLocation(Object key,
InputLocation location) |
void |
ActivationProperty.setLocation(Object key,
InputLocation location) |
void |
InputLocationTracker.setLocation(Object field,
InputLocation location)
Sets the location of the specified field.
|
void |
ModelBase.setLocation(Object key,
InputLocation location) |
void |
DependencyManagement.setLocation(Object key,
InputLocation location) |
void |
Scm.setLocation(Object key,
InputLocation location) |
void |
Notifier.setLocation(Object key,
InputLocation location) |
void |
DistributionManagement.setLocation(Object key,
InputLocation location) |
void |
InputLocation.setLocation(Object key,
InputLocation location) |
void |
Extension.setLocation(Object key,
InputLocation location) |
void |
License.setLocation(Object key,
InputLocation location) |
void |
Contributor.setLocation(Object key,
InputLocation location) |
void |
CiManagement.setLocation(Object key,
InputLocation location) |
void |
Exclusion.setLocation(Object key,
InputLocation location) |
void |
Dependency.setLocation(Object key,
InputLocation location) |
void |
IssueManagement.setLocation(Object key,
InputLocation location) |
void |
RepositoryPolicy.setLocation(Object key,
InputLocation location) |
void |
MailingList.setLocation(Object key,
InputLocation location) |
void |
Site.setLocation(Object key,
InputLocation location) |
void |
ConfigurationContainer.setLocation(Object key,
InputLocation location) |
void |
Activation.setLocation(Object key,
InputLocation location) |
Modifier and Type | Method and Description |
---|---|
void |
InputLocation.setLocations(Map<Object,InputLocation> locations) |
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.