Class DependencyFactory.DependencyExclusions
java.lang.Object
org.sonatype.maven.polyglot.java.dsl.DependencyFactory.DependencyExclusions
- All Implemented Interfaces:
Serializable,Function<String,,String> MethodFinder,NamedValue
- Enclosing interface:
DependencyFactory
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonatype.maven.polyglot.java.namedval.MethodFinder
MethodFinder.UnableToGuessMethodException -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStream<org.apache.maven.model.Exclusion> voidsetExclusions(org.apache.maven.model.Exclusion[] exclusions) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonatype.maven.polyglot.java.namedval.MethodFinder
defaultValueForParameter, getContainingClass, method, parameter, serializedMethods inherited from interface org.sonatype.maven.polyglot.java.namedval.NamedValue
checkParametersEnabled, name, value
-
Field Details
-
exclusions
private org.apache.maven.model.Exclusion[] exclusions
-
-
Constructor Details
-
DependencyExclusions
public DependencyExclusions()
-
-
Method Details