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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface MethodFinder
MethodFinder.UnableToGuessMethodException -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.maven.model.Dependency> voidsetDependencies(List<org.apache.maven.model.Dependency> dependencies) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MethodFinder
defaultValueForParameter, getContainingClass, method, parameter, serializedMethods inherited from interface NamedValue
checkParametersEnabled, name, value
-
Field Details
-
dependencies
-
-
Constructor Details
-
DependenciesNamedValue
public DependenciesNamedValue()
-
-
Method Details
-
getDependencies
-
setDependencies
-
apply
-