Modifier and Type | Method and Description |
---|---|
InputLocation |
ActivationProperty.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
CiManagement.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
PatternSet.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Prerequisites.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Activation.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Site.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
PluginContainer.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Model.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
RepositoryBase.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
RepositoryPolicy.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Profile.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
DistributionManagement.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
License.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
FileSet.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
ActivationFile.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Relocation.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Reporting.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
ActivationOS.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Notifier.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Contributor.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Parent.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
DependencyManagement.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
ReportPlugin.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Build.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
IssueManagement.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
DeploymentRepository.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Plugin.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Developer.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Exclusion.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
MailingList.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
PluginManagement.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
BuildBase.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Extension.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Organization.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
ReportSet.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
PluginConfiguration.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
ConfigurationContainer.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Repository.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Scm.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
PluginExecution.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Resource.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
ModelBase.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
Dependency.getLocation(Object key)
Gets the location of the specified field in the input source.
|
InputLocation |
InputLocationTracker.getLocation(Object field) |
InputLocation |
InputLocation.getLocation(Object key) |
static InputLocation |
InputLocation.merge(InputLocation target,
InputLocation source,
boolean sourceDominant)
Merges the
source location into the target location. |
static InputLocation |
InputLocation.merge(InputLocation target,
InputLocation source,
Collection<Integer> indices)
Merges the
source location into the target location. |
Modifier and Type | Method and Description |
---|---|
Map<Object,InputLocation> |
InputLocation.getLocations() |
Constructor and Description |
---|
InputLocation(int lineNumber,
int columnNumber,
InputSource source,
Map<Object,InputLocation> locations) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.