public static enum ScanSpec.ScanSpecPathMatch extends Enum<ScanSpec.ScanSpecPathMatch>
| Enum Constant and Description |
|---|
ANCESTOR_OF_WHITELISTED_PATH |
AT_WHITELISTED_CLASS_PACKAGE |
NON_WHITELISTED_FILE |
NOT_WITHIN_WHITELISTED_PATH |
WHITELISTED_FILE |
WITHIN_BLACKLISTED_PATH |
WITHIN_WHITELISTED_PATH |
| Modifier and Type | Method and Description |
|---|---|
static ScanSpec.ScanSpecPathMatch |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanSpec.ScanSpecPathMatch[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanSpec.ScanSpecPathMatch WITHIN_BLACKLISTED_PATH
public static final ScanSpec.ScanSpecPathMatch WITHIN_WHITELISTED_PATH
public static final ScanSpec.ScanSpecPathMatch ANCESTOR_OF_WHITELISTED_PATH
public static final ScanSpec.ScanSpecPathMatch AT_WHITELISTED_CLASS_PACKAGE
public static final ScanSpec.ScanSpecPathMatch NOT_WITHIN_WHITELISTED_PATH
public static final ScanSpec.ScanSpecPathMatch WHITELISTED_FILE
public static final ScanSpec.ScanSpecPathMatch NON_WHITELISTED_FILE
public static ScanSpec.ScanSpecPathMatch[] values()
for (ScanSpec.ScanSpecPathMatch c : ScanSpec.ScanSpecPathMatch.values()) System.out.println(c);
public static ScanSpec.ScanSpecPathMatch valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All rights reserved.