org.guvnor.common.services.backend.validation
Class DefaultGenericKieValidator
java.lang.Object
org.guvnor.common.services.backend.validation.DefaultGenericKieValidator
- All Implemented Interfaces:
- GenericValidator
public class DefaultGenericKieValidator
- extends Object
- implements GenericValidator
Validator capable of validating generic Kie assets (i.e those that are handled by KieBuilder)
|
Method Summary |
List<ValidationMessage> |
validate(org.uberfire.backend.vfs.Path resourcePath,
InputStream resource,
org.uberfire.java.nio.file.DirectoryStream.Filter<org.uberfire.java.nio.file.Path>... supportingFileFilters)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultGenericKieValidator
public DefaultGenericKieValidator()
validate
public List<ValidationMessage> validate(org.uberfire.backend.vfs.Path resourcePath,
InputStream resource,
org.uberfire.java.nio.file.DirectoryStream.Filter<org.uberfire.java.nio.file.Path>... supportingFileFilters)
- Specified by:
validate in interface GenericValidator
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.