Class ExcludeConfig
java.lang.Object
org.radarbase.schema.validation.config.ExcludeConfig
TODO.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoot()booleanisSkipped(SchemaField field) TODO.static ExcludeConfigLoad the ExcludeConfig from file.voidvoidsetFiles(Collection<String> files) Set the files to be excluded.voidvoidsetValidation(Map<String, org.radarbase.schema.validation.config.ConfigItem> validation) Set the validation to be excluded.booleanTODO.
-
Field Details
-
REPOSITORY_NAME
Repository name.- See Also:
-
VALID_INPUT_PATTERN
Regex for validating the yml file.
-
-
Constructor Details
-
ExcludeConfig
public ExcludeConfig()
-
-
Method Details
-
load
Load the ExcludeConfig from file.- Throws:
IOException
-
isSkipped
TODO.- Returns:
- TODO
-
skipFile
TODO.- Parameters:
checkPath- TODO- Returns:
- TODO
-
setFiles
-
setFiles
Set the files to be excluded. -
setValidation
Set the validation to be excluded. -
getValidation
-
getRoot
-
setRoot
-