Class PluginFactory.DependenciesNamedValue
- java.lang.Object
-
- org.sonatype.maven.polyglot.java.dsl.PluginFactory.DependenciesNamedValue
-
- All Implemented Interfaces:
Serializable
,Function<String,String>
,PluginFactory.PluginNamedValue
,MethodFinder
,NamedValue
- Enclosing interface:
- PluginFactory
public static class PluginFactory.DependenciesNamedValue extends 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
-
-
Constructor Summary
Constructors Constructor Description DependenciesNamedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apply(String t)
List<org.apache.maven.model.Dependency>
getDependencies()
void
setDependencies(List<org.apache.maven.model.Dependency> dependencies)
-
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
-
-