public class IssueLog extends Object
Constructor and Description |
---|
IssueLog(boolean strictMode) |
Modifier and Type | Method and Description |
---|---|
void |
addDeprecationWarning(String message,
String location) |
void |
addError(String message,
String location) |
void |
addWarning(String message,
String location) |
int |
getNumberOfErrors() |
boolean |
hasErrors() |
void |
logMessages(Log log) |
public int getNumberOfErrors()
public boolean hasErrors()
public void logMessages(Log log)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.