public interface ValidationService<T>
Modifier and Type | Method and Description |
---|---|
List<ValidationMessage> |
validate(org.uberfire.backend.vfs.Path path,
T content)
Validate the content
|
List<ValidationMessage> validate(org.uberfire.backend.vfs.Path path, T content)
content
- Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.