public interface ValidationService
Modifier and Type | Method and Description |
---|---|
boolean |
isFileNameValid(Path path,
String fileName)
Checks if the path and file name is valid.
|
boolean |
isFileNameValid(String fileName)
Checks if the file name is valid.
|
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.