Class ChWorkDirs
java.lang.Object
org.pgcodekeeper.core.database.base.project.AbstractWorkDirs
org.pgcodekeeper.core.database.ch.project.ChWorkDirs
- All Implemented Interfaces:
IWorkDirs
Directory structure definitions for ClickHouse project loader.
-
Field Summary
FieldsFields inherited from class org.pgcodekeeper.core.database.base.project.AbstractWorkDirs
ALT_DIRS_FILENAME, IS_SPLIT_BY_SCHEMAFields inherited from interface org.pgcodekeeper.core.database.api.project.IWorkDirs
SCHEMA_KEY -
Constructor Summary
ConstructorsConstructorDescriptionCreates ChWorkDirs with default directory structure only.ChWorkDirs(Path altDirsFile) Creates ChWorkDirs and applies overrides from the given alt-dirs properties file. -
Method Summary
Methods inherited from class org.pgcodekeeper.core.database.base.project.AbstractWorkDirs
getDirMapping, getDirNameForType, getRelativeFilePath, isSplitBySchema, resolveAltDirsFile, saveAltDirs
-
Field Details
-
DATABASE
- See Also:
-
-
Constructor Details
-
ChWorkDirs
public ChWorkDirs()Creates ChWorkDirs with default directory structure only. -
ChWorkDirs
Creates ChWorkDirs and applies overrides from the given alt-dirs properties file.- Parameters:
altDirsFile- path to the alt-dirs properties file (any filename), ornullfor defaults only
-