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 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 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
-
exclusions
private org.apache.maven.model.Exclusion[] exclusions
-
-
Constructor Details
-
DependencyExclusions
public DependencyExclusions()
-
-
Method Details
-
getExclusions
-
setExclusions
public void setExclusions(org.apache.maven.model.Exclusion[] exclusions) -
apply
-