Class PluginFactory.ConfigurationNamedValue
- java.lang.Object
-
- org.sonatype.maven.polyglot.java.dsl.PluginFactory.ConfigurationNamedValue
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Function<java.lang.String,java.lang.String>
,PluginFactory.PluginExecutionNamedValue
,PluginFactory.PluginNamedValue
,MethodFinder
,NamedValue
- Enclosing interface:
- PluginFactory
public static class PluginFactory.ConfigurationNamedValue extends java.lang.Object implements PluginFactory.PluginNamedValue, PluginFactory.PluginExecutionNamedValue
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonatype.maven.polyglot.java.namedval.MethodFinder
MethodFinder.UnableToGuessMethodException
-
-
Field Summary
Fields Modifier and Type Field Description private org.codehaus.plexus.util.xml.Xpp3Dom
configuration
-
Constructor Summary
Constructors Constructor Description ConfigurationNamedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
apply(java.lang.String t)
org.codehaus.plexus.util.xml.Xpp3Dom
getConfiguration()
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
-
-
-
-
Method Detail
-
getConfiguration
public org.codehaus.plexus.util.xml.Xpp3Dom getConfiguration()
-
setConfiguration
public void setConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom configuration)
-
apply
public java.lang.String apply(java.lang.String t)
- Specified by:
apply
in interfacejava.util.function.Function<java.lang.String,java.lang.String>
-
-