public enum LiquibaseProperty extends Enum<LiquibaseProperty>
Enum Constant and Description |
---|
CHANGELOG_FILE |
CONTEXTS |
DEFAULTS_FILE |
LABELS |
LOG_LEVEL |
PASSWORD |
URL |
USERNAME |
Modifier and Type | Method and Description |
---|---|
String |
propertyName() |
static LiquibaseProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiquibaseProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiquibaseProperty USERNAME
public static final LiquibaseProperty PASSWORD
public static final LiquibaseProperty LABELS
public static final LiquibaseProperty DEFAULTS_FILE
public static final LiquibaseProperty CHANGELOG_FILE
public static final LiquibaseProperty CONTEXTS
public static final LiquibaseProperty URL
public static final LiquibaseProperty LOG_LEVEL
public static LiquibaseProperty[] values()
for (LiquibaseProperty c : LiquibaseProperty.values()) System.out.println(c);
public static LiquibaseProperty 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 propertyName()
Copyright © 2016–2020. All rights reserved.