public enum AuditCategory extends Enum<AuditCategory>
| Enum Constant and Description |
|---|
CONFIG
config
|
FILE
file
|
FILE_DATA
file data
|
HOST
host
|
SERVICE
service
|
SSHKEY
ssh key
|
TEMPLATE
template
|
UNDEFINED
undefined
|
| Modifier and Type | Method and Description |
|---|---|
static AuditCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditCategory UNDEFINED
public static final AuditCategory TEMPLATE
public static final AuditCategory HOST
public static final AuditCategory SSHKEY
public static final AuditCategory CONFIG
public static final AuditCategory FILE
public static final AuditCategory SERVICE
public static final AuditCategory FILE_DATA
public static AuditCategory[] values()
for (AuditCategory c : AuditCategory.values()) System.out.println(c);
public static AuditCategory 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 © 2014 Cinovo AG. All Rights Reserved.