Guvnor - Project API 6.2.0.Final

org.guvnor.common.services.project.builder.service
Interface BuildValidationHelper


public interface BuildValidationHelper

Helper to provide validation of assets that are not validated by KIE, or need additional validation


Method Summary
 boolean accepts(org.uberfire.backend.vfs.Path path)
          Does this helper support the specified path
 List<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<ValidationMessage> validate(org.uberfire.backend.vfs.Path path)
Validate the content at the specified Path

Parameters:
path -
Returns:

Guvnor - Project API 6.2.0.Final

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