Package | Description |
---|---|
org.apache.maven.consumer.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 |
MailingList.setLocation(Object key,
InputLocation location) |
void |
Activation.setLocation(Object key,
InputLocation location) |
void |
RepositoryPolicy.setLocation(Object key,
InputLocation location) |
void |
Relocation.setLocation(Object key,
InputLocation location) |
void |
Scm.setLocation(Object key,
InputLocation location) |
void |
RepositoryBase.setLocation(Object key,
InputLocation location) |
void |
ModelBase.setLocation(Object key,
InputLocation location) |
void |
Exclusion.setLocation(Object key,
InputLocation location) |
void |
ActivationOS.setLocation(Object key,
InputLocation location) |
void |
InputLocation.setLocation(Object key,
InputLocation location) |
void |
License.setLocation(Object key,
InputLocation location) |
void |
Contributor.setLocation(Object key,
InputLocation location) |
void |
InputLocationTracker.setLocation(Object field,
InputLocation location)
Sets the location of the specified field.
|
void |
Prerequisites.setLocation(Object key,
InputLocation location) |
void |
IssueManagement.setLocation(Object key,
InputLocation location) |
void |
Organization.setLocation(Object key,
InputLocation location) |
void |
Dependency.setLocation(Object key,
InputLocation location) |
Modifier and Type | Method and Description |
---|---|
void |
InputLocation.setLocations(Map<Object,InputLocation> locations) |
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.