public class MuleExclusionMatcher extends Object implements PathMatcher
| Modifier and Type | Field and Description |
|---|---|
static org.mule.tools.api.util.exclude.GlobMatcher |
CLASSPATH_FILE_MATCHER |
protected static String |
MULE_EXCLUDE_FILENAME |
static org.mule.tools.api.util.exclude.GlobMatcher |
PROJECT_FILE_MATCHER |
| Constructor and Description |
|---|
MuleExclusionMatcher() |
MuleExclusionMatcher(Path projectBaseFolder)
Creates a muleExclusionMatcher based on the _muleExcludes file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Path file)
Checks if the path should be excluded according to patterns in the mule exclude file.
|
protected static final String MULE_EXCLUDE_FILENAME
public static final org.mule.tools.api.util.exclude.GlobMatcher CLASSPATH_FILE_MATCHER
public static final org.mule.tools.api.util.exclude.GlobMatcher PROJECT_FILE_MATCHER
public MuleExclusionMatcher()
public MuleExclusionMatcher(Path projectBaseFolder) throws IOException
projectBaseFolder - Project base folder pathIOExceptionpublic boolean matches(Path file)
matches in interface PathMatcherfile - The path to be checkedCopyright © 2019 MuleSoft Inc. All rights reserved.