Interface ValidationService<T>
-
public interface ValidationService<T>Validation Service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ValidationMessage>validate(org.uberfire.backend.vfs.Path path, T content)Validate the content
-
-
-
Method Detail
-
validate
List<ValidationMessage> validate(org.uberfire.backend.vfs.Path path, T content)
Validate the content- Parameters:
content-- Returns:
-
-