org.apache.felix.scrplugin.helper
Class IssueLog
java.lang.Object
org.apache.felix.scrplugin.helper.IssueLog
public class IssueLog
- extends java.lang.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(java.lang.String message,
java.lang.String location)
addWarning
public void addWarning(java.lang.String message,
java.lang.String location)
addDeprecationWarning
public void addDeprecationWarning(java.lang.String message,
java.lang.String location)
logMessages
public void logMessages(Log log)
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.