Package liquibase.configuration
Class GlobalConfiguration
java.lang.Object
liquibase.GlobalConfiguration
liquibase.configuration.GlobalConfiguration
- All Implemented Interfaces:
AutoloadedConfigurations
,ConfigurationContainer
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class liquibase.GlobalConfiguration
GlobalConfiguration.DuplicateFileMode
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.Fields inherited from class liquibase.GlobalConfiguration
ALLOW_DUPLICATED_CHANGESETS_IDENTIFIERS, ALWAYS_DROP_INSTEAD_OF_REPLACE, DDL_LOCK_TIMEOUT, DUPLICATE_FILE_MODE, FILE_ENCODING, INCLUDE_RELATIONS_FOR_COMPUTED_COLUMNS, OUTPUT_FILE_ENCODING, PRESERVE_CLASSPATH_PREFIX_IN_NORMALIZED_PATHS, PRESERVE_SCHEMA_CASE, SEARCH_PATH, SECURE_PARSING, SHOW_BANNER, STRICT, SUPPORTS_METHOD_VALIDATION_LEVEL, TRIM_LOAD_DATA_FILE_HEADER, UI_SERVICE, VALIDATE_XML_CHANGELOG_FILES
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.boolean
Deprecated.Deprecated.Name of the catalog to use for liquibase database objectsDeprecated.Name of the schema to use for liquibase database objectsDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.getProperty
(String propertyName) Deprecated.boolean
Deprecated.always returns "false"boolean
Deprecated.boolean
Deprecated.<T> T
Deprecated.setAlwaysOverrideStoredLogicSchema
(boolean override) Deprecated.setDatabaseChangeLogLockPollRate
(Long seconds) Deprecated.Deprecated.setDatabaseChangeLogLockWaitTime
(Long minutes) Deprecated.Deprecated.setDiffColumnOrder
(boolean diff) Deprecated.setGeneratedChangeSetIdsContainDescription
(boolean containDescription) Deprecated.setHeadless
(boolean headless) Deprecated.Deprecated.setLiquibaseSchemaName
(String name) Deprecated.Deprecated.setOutputEncoding
(String name) Deprecated.setOutputLineSeparator
(String name) Deprecated.setShouldFilterLogMessages
(boolean ignored) Deprecated.ignores valuesetShouldRun
(boolean shouldRun) Deprecated.setShouldSnapshotData
(boolean shouldSnapshotData) Deprecated.void
Deprecated.
-
Field Details
-
SHOULD_RUN
Deprecated. -
DATABASECHANGELOG_TABLE_NAME
Deprecated. -
DATABASECHANGELOGLOCK_TABLE_NAME
Deprecated. -
LIQUIBASE_TABLESPACE_NAME
Deprecated. -
LIQUIBASE_CATALOG_NAME
Deprecated. -
LIQUIBASE_SCHEMA_NAME
Deprecated. -
OUTPUT_LINE_SEPARATOR
Deprecated. -
OUTPUT_ENCODING
Deprecated. -
CHANGELOGLOCK_WAIT_TIME
Deprecated. -
CHANGELOGLOCK_POLL_RATE
Deprecated. -
CONVERT_DATA_TYPES
Deprecated. -
GENERATE_CHANGESET_CREATED_VALUES
Deprecated. -
AUTO_REORG
Deprecated. -
DIFF_COLUMN_ORDER
Deprecated. -
ALWAYS_OVERRIDE_STORED_LOGIC_SCHEMA
Deprecated. -
GENERATED_CHANGESET_IDS_INCLUDE_DESCRIPTION
Deprecated. -
INCLUDE_CATALOG_IN_SPECIFICATION
Deprecated. -
SHOULD_SNAPSHOT_DATA
Deprecated. -
FILTER_LOG_MESSAGES
Deprecated. -
HEADLESS
Deprecated.
-
-
Constructor Details
-
GlobalConfiguration
public GlobalConfiguration()Deprecated.
-
-
Method Details
-
getShouldRun
public boolean getShouldRun()Deprecated.Should Liquibase execute -
setShouldRun
Deprecated. -
getDatabaseChangeLogTableName
Deprecated.Table name to use for DATABASECHANGELOG -
setDatabaseChangeLogTableName
Deprecated. -
getDatabaseChangeLogLockTableName
Deprecated.Table name to use for DATABASECHANGELOGLOCK -
setDatabaseChangeLogLockTableName
Deprecated. -
getDatabaseChangeLogLockWaitTime
Deprecated.Wait time (in minutes) to wait to receive the changelog lock before giving up. -
setDatabaseChangeLogLockWaitTime
Deprecated. -
getDatabaseChangeLogLockPollRate
Deprecated.Wait time (in seconds) between polling requests to the changelog lock system. -
setDatabaseChangeLogLockPollRate
Deprecated. -
getLiquibaseTablespaceName
Deprecated.Name of the tablespace to use for liquibase database objects -
setLiquibaseTablespaceName
Deprecated. -
getShouldSnapshotData
public boolean getShouldSnapshotData()Deprecated.Should Liquibase snapshot data for table by default -
setShouldSnapshotData
Deprecated. -
getShouldFilterLogMessages
public boolean getShouldFilterLogMessages()Deprecated.always returns "false" -
setShouldFilterLogMessages
Deprecated.ignores value -
getHeadless
public boolean getHeadless()Deprecated. -
setHeadless
Deprecated. -
getLiquibaseCatalogName
Deprecated.Name of the catalog to use for liquibase database objects -
setLiquibaseCatalogName
Deprecated. -
getLiquibaseSchemaName
Deprecated.Name of the schema to use for liquibase database objects -
setLiquibaseSchemaName
Deprecated. -
getOutputLineSeparator
Deprecated.Line separator to use in output -
setOutputLineSeparator
Deprecated. -
getOutputEncoding
Deprecated.String encoding to use in output. -
setOutputEncoding
Deprecated. -
getDiffColumnOrder
Deprecated. -
setDiffColumnOrder
Deprecated. -
getAlwaysOverrideStoredLogicSchema
Deprecated. -
setAlwaysOverrideStoredLogicSchema
Deprecated. -
getGeneratedChangeSetIdsContainDescription
Deprecated. -
setGeneratedChangeSetIdsContainDescription
Deprecated. -
getProperty
Deprecated.- Specified by:
getProperty
in interfaceConfigurationContainer
-
getProperties
Deprecated.- Specified by:
getProperties
in interfaceConfigurationContainer
-
getValue
Deprecated.- Specified by:
getValue
in interfaceConfigurationContainer
-
setValue
Deprecated.- Specified by:
setValue
in interfaceConfigurationContainer
-
getNamespace
Deprecated.- Specified by:
getNamespace
in interfaceConfigurationContainer
-
GlobalConfiguration