public class GlobHandler extends Object
| Constructor and Description |
|---|
GlobHandler() |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
createClassOrPackageNameFilter(String input,
boolean forPackage)
Generate regular expression from the given input for filtering classes on the classpath.
|
public static Pattern createClassOrPackageNameFilter(String input, boolean forPackage)
input - either absolute value (with "." as package separator) or glob pattern (with "/" as package separator)forPackage - whether the given input identifies a packageCopyright © 2020 VicTools. All rights reserved.