public interface IssueCollector
Modifier and Type | Method and Description |
---|---|
void |
critical(String path,
String format,
Object... args) |
void |
error(String path,
String format,
Object... args) |
void |
unrecognized(String path,
String format,
Object... args) |
void |
unsupported(String path,
String format,
Object... args) |
void |
warning(String path,
String format,
Object... args) |
Copyright © 2023 SAP. All rights reserved.