| Package | Description |
|---|---|
| org.eclipse.m2e.model.edit.pom | |
| org.eclipse.m2e.model.edit.pom.impl | |
| org.eclipse.m2e.model.edit.pom.util |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
PomFactory.createConfiguration()
Returns a new object of class 'Configuration'.
|
Configuration |
PluginExecution.getConfiguration()
Returns the value of the 'Configuration' reference.
|
Configuration |
ReportSet.getConfiguration()
Returns the value of the 'Configuration' reference.
|
Configuration |
Plugin.getConfiguration()
Returns the value of the 'Configuration' reference.
|
Configuration |
ReportPlugin.getConfiguration()
Returns the value of the 'Configuration' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginExecution.setConfiguration(Configuration value)
Sets the value of the '
Configuration' reference. |
void |
ReportSet.setConfiguration(Configuration value)
Sets the value of the '
Configuration'
reference. |
void |
Plugin.setConfiguration(Configuration value)
Sets the value of the '
Configuration'
reference. |
void |
ReportPlugin.setConfiguration(Configuration value)
Sets the value of the '
Configuration
' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationImpl
An implementation of the model object ' Configuration'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
PluginImpl.configuration
The cached value of the '
Configuration' reference. |
protected Configuration |
PluginExecutionImpl.configuration
The cached value of the '
Configuration' reference. |
protected Configuration |
ReportSetImpl.configuration
The cached value of the '
Configuration' reference. |
protected Configuration |
ReportPluginImpl.configuration
The cached value of the '
Configuration' reference. |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
PluginImpl.basicGetConfiguration() |
Configuration |
PluginExecutionImpl.basicGetConfiguration() |
Configuration |
ReportSetImpl.basicGetConfiguration() |
Configuration |
ReportPluginImpl.basicGetConfiguration() |
Configuration |
PomFactoryImpl.createConfiguration() |
Configuration |
PluginImpl.getConfiguration() |
Configuration |
PluginExecutionImpl.getConfiguration() |
Configuration |
ReportSetImpl.getConfiguration() |
Configuration |
ReportPluginImpl.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginImpl.setConfiguration(Configuration newConfiguration) |
void |
PluginExecutionImpl.setConfiguration(Configuration newConfiguration) |
void |
ReportSetImpl.setConfiguration(Configuration newConfiguration) |
void |
ReportPluginImpl.setConfiguration(Configuration newConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
T |
PomSwitch.caseConfiguration(Configuration object)
Returns the result of interpreting the object as an instance of ' Configuration'.
|
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.