org.apache.felix.scrplugin.helper
Class IssueLog
java.lang.Object
org.apache.felix.scrplugin.helper.IssueLog
public class IssueLog
- extends Object
Utility class for handling errors and warnings
Constructor Summary |
IssueLog(boolean strictMode)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueLog
public IssueLog(boolean strictMode)
getNumberOfErrors
public int getNumberOfErrors()
hasErrors
public boolean hasErrors()
addError
public void addError(String message,
String location,
int lineNumber)
addWarning
public void addWarning(String message,
String location,
int lineNumber)
logMessages
public void logMessages(Log log)
getWarnings
public Iterator<String> getWarnings()
getErrors
public Iterator<String> getErrors()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.