Class PluginFactory.ExecutionsNamedValue
- java.lang.Object
-
- org.sonatype.maven.polyglot.java.dsl.PluginFactory.ExecutionsNamedValue
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Function<java.lang.String,java.lang.String>,PluginFactory.PluginNamedValue,MethodFinder,NamedValue
- Enclosing interface:
- PluginFactory
public static class PluginFactory.ExecutionsNamedValue extends java.lang.Object implements PluginFactory.PluginNamedValue
- 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.PluginExecution>executions
-
Constructor Summary
Constructors Constructor Description ExecutionsNamedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapply(java.lang.String t)java.util.List<org.apache.maven.model.PluginExecution>getExecutions()voidsetExecutions(java.util.List<org.apache.maven.model.PluginExecution> executions)-
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
-
getExecutions
public java.util.List<org.apache.maven.model.PluginExecution> getExecutions()
-
setExecutions
public void setExecutions(java.util.List<org.apache.maven.model.PluginExecution> executions)
-
apply
public java.lang.String apply(java.lang.String t)
- Specified by:
applyin interfacejava.util.function.Function<java.lang.String,java.lang.String>
-
-