Class BuildFactory.ResourcesExcludesNamedValue
- java.lang.Object
-
- org.sonatype.maven.polyglot.java.dsl.BuildFactory.ResourcesExcludesNamedValue
-
- All Implemented Interfaces:
Serializable
,Function<String,String>
,BuildFactory.ResourcesNamedValue
,MethodFinder
,NamedValue
- Enclosing interface:
- BuildFactory
public static class BuildFactory.ResourcesExcludesNamedValue extends Object implements BuildFactory.ResourcesNamedValue
- 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 ResourcesExcludesNamedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apply(String str)
List<String>
getExcludes()
void
setExcludes(List<String> excludes)
-
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
-
-