public enum BackupReuseMode extends Enum<BackupReuseMode>
Modifier and Type | Field and Description |
---|---|
static BackupReuseMode |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
Predicate<Class> |
toClassMatcher(Class testClass) |
static BackupReuseMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupReuseMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackupReuseMode ALWAYS
public static final BackupReuseMode NEVER
public static final BackupReuseMode CLASS
public static final BackupReuseMode PACKAGE
public static BackupReuseMode DEFAULT
public static BackupReuseMode[] values()
for (BackupReuseMode c : BackupReuseMode.values()) System.out.println(c);
public static BackupReuseMode 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 © 2021 Atlassian. All rights reserved.