public final class ModuleMatcher
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ModuleMatcher.Builder
Builds instances of
ModuleMatcher. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ModuleClusion> |
getExcludes()
Returns the list of exclusions.
|
java.util.List<ModuleClusion> |
getIncludes()
Returns the list of inclusions.
|
boolean |
matches(java.lang.String name)
Checks if the matcher matches with the given module name.
|
java.lang.String |
toString() |
public java.util.List<ModuleClusion> getIncludes()
public java.util.List<ModuleClusion> getExcludes()
public boolean matches(java.lang.String name)
name - the module name to match.true on a match, false otherwise.public java.lang.String toString()
Provides the properties via reflection for displaying debug information.
toString in class java.lang.Object