-
- All Implemented Interfaces:
public final class ValidationHelperTODO.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumValidationHelper.PackagePackage names.
-
Field Summary
Fields Modifier and Type Field Description public final static StringCOMMONS_PATHpublic final static StringSPECIFICATIONS_PATH
-
Method Summary
Modifier and Type Method Description static StringgetNamespace(Path schemaRoot, Path schemaPath, Scope scope)TODO. static StringgetRecordName(Path path)TODO. static booleanisValidTopic(String topicName)TODO. static booleanmatchesExtension(Path file, String extension)TODO. static booleanequalsFileName(String str, Path file, String extension)TODO. static Predicate<String>equalsFileName(Path file, String extension)TODO. -
-
Method Detail
-
getNamespace
static String getNamespace(Path schemaRoot, Path schemaPath, Scope scope)
TODO.
- Parameters:
scope- TODO
-
getRecordName
static String getRecordName(Path path)
TODO.
- Parameters:
path- TODO
-
isValidTopic
static boolean isValidTopic(String topicName)
TODO.
- Parameters:
topicName- TODO
-
matchesExtension
static boolean matchesExtension(Path file, String extension)
TODO.
- Parameters:
file- TODO.
-
equalsFileName
static boolean equalsFileName(String str, Path file, String extension)
TODO.
- Parameters:
file- TODOextension- TODO
-
equalsFileName
static Predicate<String> equalsFileName(Path file, String extension)
TODO.
- Parameters:
file- TODOextension- TODO
-
-
-
-