@Internal public interface PathValidator
Interface for controlling validation of paths.
| Modifier and Type | Method and Description | 
|---|---|
| void | validateInputFilePatternSupported(java.lang.String filepattern)Validate that a file pattern is conforming. | 
| void | validateOutputFilePrefixSupported(java.lang.String filePrefix)Validate that an output file prefix is conforming. | 
| void | validateOutputResourceSupported(ResourceId resourceId)Validates that an output path is conforming. | 
| java.lang.String | verifyPath(java.lang.String path)Validate that a path is a valid path and that the path is accessible. | 
void validateInputFilePatternSupported(java.lang.String filepattern)
filepattern - The file pattern to verify.void validateOutputFilePrefixSupported(java.lang.String filePrefix)
filePrefix - the file prefix to verify.void validateOutputResourceSupported(ResourceId resourceId)
resourceId - the file prefix to verify.java.lang.String verifyPath(java.lang.String path)
path - The path to verify.