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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonatype.maven.polyglot.java.namedval.MethodFinder
MethodFinder.UnableToGuessMethodException -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.apache.maven.model.PluginManagement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.model.PluginManagementvoidsetPluginManagement(org.apache.maven.model.PluginManagement pluginManagement) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonatype.maven.polyglot.java.namedval.MethodFinder
defaultValueForParameter, getContainingClass, method, parameter, serializedMethods inherited from interface org.sonatype.maven.polyglot.java.namedval.NamedValue
checkParametersEnabled, name, value
-
Field Details
-
pluginManagement
private org.apache.maven.model.PluginManagement pluginManagement
-
-
Constructor Details
-
PluginManagementNamedValue
public PluginManagementNamedValue()
-
-
Method Details