Package org.refcodes.logger
Class RuntimeLoggerHeader
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<C>
-
- org.refcodes.tabular.AbstractHeader<T,org.refcodes.tabular.Column<? extends T>>
-
- org.refcodes.tabular.HeaderImpl<java.lang.Object>
-
- org.refcodes.logger.RuntimeLoggerHeader
-
public class RuntimeLoggerHeader extends org.refcodes.tabular.HeaderImpl<java.lang.Object>
The Class RuntimeLoggerHeader.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeLoggerHeader()
Instantiates a new runtime logger header impl.RuntimeLoggerHeader(org.refcodes.tabular.PrintStackTrace aPrintStackTrace)
Instantiates a new runtime logger header impl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setPrintStackTrace(org.refcodes.tabular.PrintStackTrace aPrintStackTrace)
Sets the prints the stack trace.-
Methods inherited from class org.refcodes.tabular.AbstractHeader
add, add, containsKey, delete, fromStorageString, fromStorageString, fromStorageStringRecord, fromStorageStringRow, fromStorageStrings, fromStorageStrings, fromStorageStringsRecord, fromStorageStringsRow, get, indexOf, keySet, toPrintable, toPrintable, toPrintableRecord, toPrintableRow, toRecord, toRecordIgnoreType, toRow, toRowIgnoreType, toStorageString, toStorageString, toStorageStringRecord, toStorageStringRow, toStorageStrings, toStorageStrings, toStorageStringsRecord, toStorageStringsRow, values
-
Methods inherited from class java.util.ArrayList
addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
Methods inherited from interface org.refcodes.tabular.HeaderRow
fromStorageString, fromStorageString, fromStorageStringRecord, fromStorageStringRow, fromStorageStrings, fromStorageStrings, fromStorageStringsRecord, fromStorageStringsRow, indexOf, toPrintable, toPrintable, toPrintableRecord, toPrintableRow, toRecord, toRecordIgnoreType, toRow, toRowIgnoreType, toStorageString, toStorageString, toStorageStringRecord, toStorageStringRow, toStorageStrings, toStorageStrings, toStorageStringsRecord, toStorageStringsRow
-
Methods inherited from interface org.refcodes.structure.Keys
containsKey, get, getOr, keySet, use, values
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, of, of, of, of, of, of, of, of, of, of, of, of, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-
-
-
Constructor Detail
-
RuntimeLoggerHeader
public RuntimeLoggerHeader()
Instantiates a new runtime logger header impl.
-
RuntimeLoggerHeader
public RuntimeLoggerHeader(org.refcodes.tabular.PrintStackTrace aPrintStackTrace)
Instantiates a new runtime logger header impl.- Parameters:
aPrintStackTrace
- the print stack trace
-
-