Interface BuildValidationHelper


  • public interface BuildValidationHelper
    Helper to provide validation of assets that are not validated by KIE, or need additional validation
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accepts​(org.uberfire.backend.vfs.Path path)
      Does this helper support the specified path
      List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validate​(org.uberfire.backend.vfs.Path path)
      Validate the content at the specified Path
    • Method Detail

      • accepts

        boolean accepts​(org.uberfire.backend.vfs.Path path)
        Does this helper support the specified path
        Parameters:
        path -
        Returns:
      • validate

        List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validate​(org.uberfire.backend.vfs.Path path)
        Validate the content at the specified Path
        Parameters:
        path -
        Returns: