org.guvnor.common.services.project.builder.service
public interface BuildValidationHelper
Modifier and Type | Method and Description |
---|---|
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
|
boolean accepts(org.uberfire.backend.vfs.Path path)
path
- List<ValidationMessage> validate(org.uberfire.backend.vfs.Path path)
path
- Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.