public interface Reporter
Modifier and Type | Method and Description |
---|---|
void |
error(String s,
Object... args) |
List<String> |
getErrors() |
List<String> |
getWarnings() |
boolean |
isPedantic() |
void |
progress(String s,
Object... args) |
void |
trace(String s,
Object... args) |
void |
warning(String s,
Object... args) |
Copyright © 2018 aQute SARL. All rights reserved.