public final class ModuleMatcher extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ModuleMatcher.Builder
Builds instances of
ModuleMatcher. |
| Modifier and Type | Method and Description |
|---|---|
List<ModuleClusion> |
getExcludes()
Returns the list of exclusions.
|
List<ModuleClusion> |
getIncludes()
Returns the list of inclusions.
|
boolean |
matches(String name)
Checks if the matcher matches with the given module name.
|
String |
toString() |
public List<ModuleClusion> getIncludes()
public List<ModuleClusion> getExcludes()
public boolean matches(String name)
name - the module name to match.true on a match, false otherwise.Copyright © 2013–2019 FuseSource. All rights reserved.