| Modifier and Type | Method and Description |
|---|---|
static void |
ProfileValidationUtil.validate(String profileSection,
Map<String,ProfileFieldRule> requiredFields,
Map<String,String> fields)
Validates the
fields against a set of requiredFields and their constrained values. |
static void |
ProfileValidationUtil.validate(String profileSection,
Map<String,ProfileFieldRule> requiredFields,
Path tag)
Validates a
tag file against a set of requiredFields and their constrained values. |
static void |
ProfileValidationUtil.validateTagIsAllowed(Path tag,
Set<String> allowedTags)
Check if a given tag file is part of the allowed tags.
|
Copyright © 2020. All rights reserved.