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 |
ReportPlugin.getConfiguration()
Returns the value of the 'Configuration' reference.
|
Configuration |
Plugin.getConfiguration()
Returns the value of the 'Configuration' reference.
|
Configuration |
ReportSet.getConfiguration()
Returns the value of the 'Configuration' reference.
|
Configuration |
PluginExecution.getConfiguration()
Returns the value of the 'Configuration' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportPlugin.setConfiguration(Configuration value)
Sets the value of the '
Configuration
' reference. |
void |
Plugin.setConfiguration(Configuration value)
Sets the value of the '
Configuration '
reference. |
void |
ReportSet.setConfiguration(Configuration value)
Sets the value of the '
Configuration '
reference. |
void |
PluginExecution.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 |
ReportSetImpl.configuration
The cached value of the '
Configuration ' reference. |
protected Configuration |
PluginExecutionImpl.configuration
The cached value of the '
Configuration ' reference. |
protected Configuration |
PluginImpl.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 |
ReportSetImpl.basicGetConfiguration() |
Configuration |
PluginExecutionImpl.basicGetConfiguration() |
Configuration |
PluginImpl.basicGetConfiguration() |
Configuration |
ReportPluginImpl.basicGetConfiguration() |
Configuration |
PomFactoryImpl.createConfiguration() |
Configuration |
ReportSetImpl.getConfiguration() |
Configuration |
PluginExecutionImpl.getConfiguration() |
Configuration |
PluginImpl.getConfiguration() |
Configuration |
ReportPluginImpl.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
ReportSetImpl.setConfiguration(Configuration newConfiguration) |
void |
PluginExecutionImpl.setConfiguration(Configuration newConfiguration) |
void |
PluginImpl.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–2015 Sonatype, Inc.. All rights reserved.