Interface BuildValidationHelper
-
public interface BuildValidationHelperHelper 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 booleanaccepts(org.uberfire.backend.vfs.Path path)Does this helper support the specified pathList<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:
-
-