public interface BuildValidationHelper
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(Path path)
Does this helper support the specified path
|
List<ValidationMessage> |
validate(Path path)
Validate the content at the specified Path
|
boolean accepts(Path path)
path
- List<ValidationMessage> validate(Path path)
path
- Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.