Interface ValidationService<T>


  • public interface ValidationService<T>
    Validation Service
    • Method Detail

      • validate

        List<ValidationMessage> validate​(org.uberfire.backend.vfs.Path path,
                                         T content)
        Validate the content
        Parameters:
        content -
        Returns: