Package org.pgcodekeeper.core.settings
Class DiffSettings
java.lang.Object
org.pgcodekeeper.core.settings.DiffSettings
-
Constructor Summary
ConstructorsConstructorDescriptionDiffSettings(ISettings settings) DiffSettings(ISettings settings, IMonitor monitor) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddErrors(Collection<Object> errors) voidaddIgnoreList(Path ignoreListPath) voidaddIgnoreSchemaList(Path ignoreSchemaListPath) booleanisAllowedSchema(String schemaName) voidsetMonitor(IMonitor monitor) voidsetVersion(ISupportedVersion version)
-
Constructor Details
-
DiffSettings
-
DiffSettings
-
DiffSettings
public DiffSettings()
-
-
Method Details
-
getSettings
-
getMonitor
-
getIgnoreList
-
addIgnoreList
- Throws:
IOException
-
addIgnoreSchemaList
- Throws:
IOException
-
getAdditionalDependencies
-
addAdditionalDependencies
-
getErrors
-
addError
-
addErrors
-
setMonitor
-
isAllowedSchema
-
setVersion
-
getVersion
-