Class MsWorkDirs
java.lang.Object
org.pgcodekeeper.core.database.base.project.AbstractWorkDirs
org.pgcodekeeper.core.database.ms.project.MsWorkDirs
- All Implemented Interfaces:
IWorkDirs
Directory structure definitions for MS SQL Server 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 MsWorkDirs with default directory structure only.MsWorkDirs(Path altDirsFile) Creates MsWorkDirs 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
-
SECURITY
- See Also:
-
SCHEMAS
- See Also:
-
-
Constructor Details
-
MsWorkDirs
public MsWorkDirs()Creates MsWorkDirs with default directory structure only. -
MsWorkDirs
Creates MsWorkDirs and applies overrides from the given alt-dirs properties file.- Parameters:
altDirsFile- path to the alt-dirs properties file (any filename), ornullfor defaults only
-