public static enum Scope.Attr extends Enum<Scope.Attr>
Scope.getResourceAccessor()
or Scope.getDatabase()
Enum Constant and Description |
---|
changeLogHistoryService |
changeSet |
classLoader |
database |
databaseChangeLog |
executeMode |
fileEncoding
Deprecated.
|
lineSeparator |
lockService |
logService |
osgiPlatform |
quotingStrategy |
resourceAccessor |
serviceLocator |
ui |
Modifier and Type | Method and Description |
---|---|
static Scope.Attr |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope.Attr[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scope.Attr logService
public static final Scope.Attr ui
public static final Scope.Attr resourceAccessor
public static final Scope.Attr classLoader
public static final Scope.Attr database
public static final Scope.Attr quotingStrategy
public static final Scope.Attr changeLogHistoryService
public static final Scope.Attr lockService
public static final Scope.Attr executeMode
public static final Scope.Attr lineSeparator
public static final Scope.Attr serviceLocator
public static final Scope.Attr fileEncoding
GlobalConfiguration.FILE_ENCODING
public static final Scope.Attr databaseChangeLog
public static final Scope.Attr changeSet
public static final Scope.Attr osgiPlatform
public static Scope.Attr[] values()
for (Scope.Attr c : Scope.Attr.values()) System.out.println(c);
public static Scope.Attr 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 © 2023 Liquibase.org. All rights reserved.