org.apache.tomee.installer
Class Alerts
java.lang.Object
org.apache.tomee.installer.Alerts
public class Alerts
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Alerts
public Alerts()
reset
public void reset()
hasErrors
public boolean hasErrors()
getErrors
public List<String> getErrors()
addError
public void addError(String message)
addError
public void addError(String message,
Exception e)
hasWarnings
public boolean hasWarnings()
getWarnings
public List<String> getWarnings()
addWarning
public void addWarning(String message)
hasInfos
public boolean hasInfos()
getInfos
public List<String> getInfos()
addInfo
public void addInfo(String message)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.