Guvnor - Services Backend 6.0.0.Final

org.guvnor.common.services.backend.validation
Class DefaultGenericKieValidator

java.lang.Object
  extended by 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)


Constructor Summary
DefaultGenericKieValidator()
           
 
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
 

Constructor Detail

DefaultGenericKieValidator

public DefaultGenericKieValidator()
Method Detail

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

Guvnor - Services Backend 6.0.0.Final

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.