Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner.scanner |
Modifier and Type | Method and Description |
---|---|
ScanSpec.ScanSpecPathMatch |
ScanSpec.pathWhitelistMatchStatus(String path)
See whether the given path is a descendant of a blacklisted path, or an ancestor or descendant of a
whitelisted path.
|
static ScanSpec.ScanSpecPathMatch |
ScanSpec.ScanSpecPathMatch.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanSpec.ScanSpecPathMatch[] |
ScanSpec.ScanSpecPathMatch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.