Guvnor - Project API 6.0.0.CR4

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.0.0.CR4

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