Package tilda.utils
Class CheckList
- java.lang.Object
-
- tilda.utils.CheckList
-
public class CheckList extends java.lang.Object- Author:
- ldh
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classCheckList.Item
-
Field Summary
Fields Modifier and Type Field Description protected boolean_hasErrorsprotected java.util.List<CheckList.Item>_itemsprotected static org.apache.logging.log4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description CheckList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddItem(boolean flag, java.lang.String message)java.util.List<CheckList.Item>getItems()booleanhasErrors()booleanisEmpty()
-
-
-
Field Detail
-
LOG
protected static final org.apache.logging.log4j.Logger LOG
-
_items
protected java.util.List<CheckList.Item> _items
-
_hasErrors
protected boolean _hasErrors
-
-
Method Detail
-
addItem
public void addItem(boolean flag, java.lang.String message)
-
getItems
public java.util.List<CheckList.Item> getItems()
-
isEmpty
public boolean isEmpty()
-
hasErrors
public boolean hasErrors()
-
-