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
public static class DependencyFactory.DependencyExclusions extends Object implements NamedValue
- 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 DependencyExclusions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apply(String t)
Stream<org.apache.maven.model.Exclusion>
getExclusions()
void
setExclusions(org.apache.maven.model.Exclusion[] exclusions)
-
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
-
-