public enum ScannerType extends Enum<ScannerType>
| Enum Constant and Description |
|---|
ACUNETIX_WVS |
APP_SPIDER |
APPSCAN_DYNAMIC |
APPSCAN_ENTERPRISE |
APPSCAN_SOURCE |
ARACHNI |
BRAKEMAN |
BURPSUITE |
CAT_NET |
CENZIC_HAILSTORM |
CHECKMARX |
CLANG |
CONTRAST |
CPPCHECK |
DEPENDENCY_CHECK |
FINDBUGS |
FORTIFY |
MANUAL |
NESSUS |
NETSPARKER |
PMD |
QUALYSGUARD_WAS |
SCARF |
SENTINEL |
SENTINEL_SOURCE |
SKIPFISH |
SONATYPE |
SSVL |
VERACODE |
W3AF |
WEBINSPECT |
ZAPROXY |
| Modifier and Type | Field and Description |
|---|---|
String |
displayName |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
String |
getDbName() |
String |
getDisplayName() |
static String |
getEnumUpdatedDate()
This method to keep track of the date any Scanner Names being updated.
|
String |
getOldName() |
static List<ScannerType> |
getScanAgentSupportedList() |
static List<String> |
getScanAgentSupportedListInString() |
static ScannerType |
getScannerType(String keyword) |
String |
getShortName() |
static String |
getShortName(String keyword) |
boolean |
getSupportedScanAgent() |
static ScannerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScannerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScannerType ACUNETIX_WVS
public static final ScannerType APPSCAN_DYNAMIC
public static final ScannerType ARACHNI
public static final ScannerType BRAKEMAN
public static final ScannerType BURPSUITE
public static final ScannerType CLANG
public static final ScannerType CPPCHECK
public static final ScannerType CAT_NET
public static final ScannerType PMD
public static final ScannerType CENZIC_HAILSTORM
public static final ScannerType CHECKMARX
public static final ScannerType DEPENDENCY_CHECK
public static final ScannerType FINDBUGS
public static final ScannerType FORTIFY
public static final ScannerType NESSUS
public static final ScannerType APP_SPIDER
public static final ScannerType NETSPARKER
public static final ScannerType SKIPFISH
public static final ScannerType W3AF
public static final ScannerType WEBINSPECT
public static final ScannerType ZAPROXY
public static final ScannerType APPSCAN_SOURCE
public static final ScannerType APPSCAN_ENTERPRISE
public static final ScannerType QUALYSGUARD_WAS
public static final ScannerType SENTINEL
public static final ScannerType SENTINEL_SOURCE
public static final ScannerType SSVL
public static final ScannerType VERACODE
public static final ScannerType MANUAL
public static final ScannerType CONTRAST
public static final ScannerType SONATYPE
public static final ScannerType SCARF
public String displayName
public static ScannerType[] values()
for (ScannerType c : ScannerType.values()) System.out.println(c);
public static ScannerType 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 getDisplayName()
public String getShortName()
public String getOldName()
public String getDbName()
public String getBaseUrl()
public boolean getSupportedScanAgent()
public static ScannerType getScannerType(String keyword)
public static List<ScannerType> getScanAgentSupportedList()
public static String getEnumUpdatedDate()
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.