Package org.eclipse.tycho.helper
Class PluginConfigurationHelper
java.lang.Object
org.eclipse.tycho.helper.PluginConfigurationHelper
@Component(role=PluginConfigurationHelper.class)
public class PluginConfigurationHelper
extends Object
A helper that can be used to access the configuration of the currently executing mojo
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<M extends org.apache.maven.plugin.Mojo>
PluginConfigurationHelper.ConfigurationgetConfiguration(Class<M> mojo) getConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom configuration)
-
Constructor Details
-
PluginConfigurationHelper
public PluginConfigurationHelper()
-
-
Method Details
-
getConfiguration
-
getConfiguration
public PluginConfigurationHelper.Configuration getConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom configuration) -
getConfiguration
public <M extends org.apache.maven.plugin.Mojo> PluginConfigurationHelper.Configuration getConfiguration(Class<M> mojo)
-