Class PluginFactory.ConfigurationNamedValue
java.lang.Object
org.sonatype.maven.polyglot.java.dsl.PluginFactory.ConfigurationNamedValue
- All Implemented Interfaces:
Serializable
,Function<String,
,String> PluginFactory.PluginExecutionNamedValue
,PluginFactory.PluginNamedValue
,MethodFinder
,NamedValue
- Enclosing interface:
PluginFactory
public static class PluginFactory.ConfigurationNamedValue
extends Object
implements PluginFactory.PluginNamedValue, PluginFactory.PluginExecutionNamedValue
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonatype.maven.polyglot.java.namedval.MethodFinder
MethodFinder.UnableToGuessMethodException
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.codehaus.plexus.util.xml.Xpp3Dom
void
setConfiguration
(org.codehaus.plexus.util.xml.Xpp3Dom configuration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.sonatype.maven.polyglot.java.namedval.MethodFinder
defaultValueForParameter, getContainingClass, method, parameter, serialized
Methods inherited from interface org.sonatype.maven.polyglot.java.namedval.NamedValue
checkParametersEnabled, name, value
-
Field Details
-
configuration
private org.codehaus.plexus.util.xml.Xpp3Dom configuration
-
-
Constructor Details
-
ConfigurationNamedValue
public ConfigurationNamedValue()
-
-
Method Details