Package ac.simons.neo4j.migrations.core
Class Defaults
java.lang.Object
ac.simons.neo4j.migrations.core.Defaults
Defaults for Migrations configuration.
- Since:
- 0.0.2
- Author:
- Michael J. Simons
-
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
Default setting forautocrlf
.static final String
Same asAUTOCRLF
but asstring value
to be used in configuration that requires defaults given as string.static final Charset
Default encoding for Cypher scripts.static final String
Default script extension to look for.static final String
The default Neo4j user to use.Default locations to scan (with aLocation.LocationType
prefix).static final String
Default locations to scan (with aLocation.LocationType
prefix).static final String
Default package or folder name for locations to scan, agnostic to classpath or filesystem.static final MigrationsConfig.TransactionMode
Default transaction mode to use.static final String
Same asLOCATIONS_TO_SCAN
but asstring value
to be used in configuration that requires defaults given as string.static final boolean
Default setting forvalidateOnMigrate
.static final String
Same asVALIDATE_ON_MIGRATE
but asstring value
to be used in configuration that requires defaults given as string. -
Method Summary
-
Field Details
-
DEFAULT_USER
The default Neo4j user to use.- See Also:
-
CYPHER_SCRIPT_EXTENSION
Default script extension to look for.- See Also:
-
CYPHER_SCRIPT_ENCODING
Default encoding for Cypher scripts. -
LOCATIONS_TO_SCAN_WITHOUT_PREFIX
Default package or folder name for locations to scan, agnostic to classpath or filesystem.- See Also:
-
LOCATIONS_TO_SCAN_VALUE
Default locations to scan (with aLocation.LocationType
prefix).- See Also:
-
LOCATIONS_TO_SCAN
Default locations to scan (with aLocation.LocationType
prefix). -
TRANSACTION_MODE_VALUE
Same asLOCATIONS_TO_SCAN
but asstring value
to be used in configuration that requires defaults given as string.- See Also:
-
TRANSACTION_MODE
Default transaction mode to use. -
VALIDATE_ON_MIGRATE
public static final boolean VALIDATE_ON_MIGRATEDefault setting forvalidateOnMigrate
.- See Also:
-
VALIDATE_ON_MIGRATE_VALUE
Same asVALIDATE_ON_MIGRATE
but asstring value
to be used in configuration that requires defaults given as string.- See Also:
-
AUTOCRLF
public static final boolean AUTOCRLFDefault setting forautocrlf
.- See Also:
-
AUTOCRLF_VALUE
Same asAUTOCRLF
but asstring value
to be used in configuration that requires defaults given as string.- See Also:
-