Class PluginFactory.PluginExecutionGoalsNamedValue
- java.lang.Object
-
- org.sonatype.maven.polyglot.java.dsl.PluginFactory.PluginExecutionGoalsNamedValue
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Function<java.lang.String,java.lang.String>,PluginFactory.PluginExecutionNamedValue,MethodFinder,NamedValue
- Enclosing interface:
- PluginFactory
public static class PluginFactory.PluginExecutionGoalsNamedValue extends java.lang.Object implements 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 java.util.List<java.lang.String>goals
-
Constructor Summary
Constructors Constructor Description PluginExecutionGoalsNamedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapply(java.lang.String str)java.util.List<java.lang.String>getGoals()voidsetGoals(java.util.List<java.lang.String> goals)-
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
-
getGoals
public java.util.List<java.lang.String> getGoals()
-
setGoals
public void setGoals(java.util.List<java.lang.String> goals)
-
apply
public java.lang.String apply(java.lang.String str)
- Specified by:
applyin interfacejava.util.function.Function<java.lang.String,java.lang.String>
-
-