| Package | Description |
|---|---|
| org.mule.extension.file.common.api.matcher |
| Modifier and Type | Method and Description |
|---|---|
MatchPolicy |
FileMatcher.getDirectories() |
MatchPolicy |
FileMatcher.getRegularFiles() |
MatchPolicy |
FileMatcher.getSymLinks() |
static MatchPolicy |
MatchPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchPolicy[] |
MatchPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
FileMatcher.setDirectories(MatchPolicy directories) |
T |
FileMatcher.setRegularFiles(MatchPolicy regularFiles) |
T |
FileMatcher.setSymLinks(MatchPolicy symLinks) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.