Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner.scanner |
Modifier and Type | Method and Description |
---|---|
ScanSpec.ScanSpecPathMatch |
ScanSpec.pathWhitelistMatchStatus(String relativePath)
Returns true if the given directory 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.