Class BuildFactory.PluginManagementNamedValue
- java.lang.Object
-
- org.sonatype.maven.polyglot.java.dsl.BuildFactory.PluginManagementNamedValue
-
- All Implemented Interfaces:
Serializable
,Function<String,String>
,BuildFactory.BuildComplexTypeNamedValue
,BuildFactory.BuildNamedValue
,MethodFinder
,NamedValue
- Enclosing interface:
- BuildFactory
public static class BuildFactory.PluginManagementNamedValue extends Object implements BuildFactory.BuildComplexTypeNamedValue
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonatype.maven.polyglot.java.namedval.MethodFinder
MethodFinder.UnableToGuessMethodException
-
-
Constructor Summary
Constructors Constructor Description PluginManagementNamedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apply(String str)
org.apache.maven.model.PluginManagement
getPluginManagement()
void
setPluginManagement(org.apache.maven.model.PluginManagement pluginManagement)
-
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
-
-