Class BuildFactory.BuildPluginsNamedValue
- java.lang.Object
-
- org.sonatype.maven.polyglot.java.dsl.BuildFactory.BuildPluginsNamedValue
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Function<java.lang.String,java.lang.String>
,BuildFactory.BuildComplexTypeNamedValue
,BuildFactory.BuildNamedValue
,MethodFinder
,NamedValue
- Enclosing interface:
- BuildFactory
public static class BuildFactory.BuildPluginsNamedValue extends java.lang.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
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<org.apache.maven.model.Plugin>
plugins
-
Constructor Summary
Constructors Constructor Description BuildPluginsNamedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
apply(java.lang.String str)
java.util.List<org.apache.maven.model.Plugin>
getPlugins()
void
setPlugins(java.util.List<org.apache.maven.model.Plugin> plugins)
-
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
-
getPlugins
public java.util.List<org.apache.maven.model.Plugin> getPlugins()
-
setPlugins
public void setPlugins(java.util.List<org.apache.maven.model.Plugin> plugins)
-
apply
public java.lang.String apply(java.lang.String str)
- Specified by:
apply
in interfacejava.util.function.Function<java.lang.String,java.lang.String>
-
-