public static enum Method.Technique extends Enum<Method.Technique>
Enum Constant and Description |
---|
AST_FINGERPRINT |
ATTESTATION |
BINARY_ANALYSIS |
DYNAMIC_ANALYSIS |
FILENAME |
HASH_COMPARISON |
INSTRUMENTATION |
MANIFEST_ANALYSIS |
OTHER |
SOURCE_CODE_ANALYSIS |
Modifier and Type | Method and Description |
---|---|
String |
getTypeName() |
static Method.Technique |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Method.Technique[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Method.Technique SOURCE_CODE_ANALYSIS
public static final Method.Technique BINARY_ANALYSIS
public static final Method.Technique MANIFEST_ANALYSIS
public static final Method.Technique AST_FINGERPRINT
public static final Method.Technique HASH_COMPARISON
public static final Method.Technique INSTRUMENTATION
public static final Method.Technique DYNAMIC_ANALYSIS
public static final Method.Technique FILENAME
public static final Method.Technique ATTESTATION
public static final Method.Technique OTHER
public static Method.Technique[] values()
for (Method.Technique c : Method.Technique.values()) System.out.println(c);
public static Method.Technique 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 nullpublic String getTypeName()
Copyright © 2017–2025 OWASP Foundation. All rights reserved.