Package org.refcodes.logger.alt.console
Class ConsoleLoggerHeader
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<C>
org.refcodes.tabular.AbstractHeader<T,org.refcodes.tabular.FormattedColumn<? extends T>>
org.refcodes.tabular.FormattedHeader<Object>
org.refcodes.logger.alt.console.ConsoleLoggerHeader
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<org.refcodes.tabular.FormattedColumn<? extends Object>>,Collection<org.refcodes.tabular.FormattedColumn<? extends Object>>,List<org.refcodes.tabular.FormattedColumn<? extends Object>>,RandomAccess,org.refcodes.mixin.Clearable,org.refcodes.struct.Keys<String,,org.refcodes.tabular.FormattedColumn<? extends Object>> org.refcodes.struct.Keys.MutableKeys<String,,org.refcodes.tabular.FormattedColumn<? extends Object>> org.refcodes.tabular.ColumnRow<Object,,org.refcodes.tabular.FormattedColumn<? extends Object>> org.refcodes.tabular.HeaderRow<Object,org.refcodes.tabular.FormattedColumn<? extends Object>>
The Class ConsoleLoggerHeaderImpl.
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.refcodes.tabular.AbstractHeader
_keysFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new console logger header impl.ConsoleLoggerHeader(org.refcodes.logger.ColumnLayout aLayout) Instantiates a new console logger header impl.ConsoleLoggerHeader(org.refcodes.tabular.PrintStackTrace aPrintStackTrace, org.refcodes.textual.ColumnSetupMetrics[] aColumnSetupMetrics) Instantiates a new console logger header impl. -
Method Summary
Methods inherited from class org.refcodes.tabular.FormattedHeader
getResetEscapeCode, setResetEscapeCode, withResetEscapeCodeMethods 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, toString, valuesMethods inherited from class java.util.ArrayList
addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.refcodes.mixin.Clearable
clearMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface org.refcodes.tabular.ColumnRow
containsValue, withColumnsMethods inherited from interface org.refcodes.tabular.HeaderRow
toRecordMethods inherited from interface org.refcodes.struct.Keys
getOr, useMethods inherited from interface java.util.List
addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Constructor Details
-
ConsoleLoggerHeader
public ConsoleLoggerHeader()Instantiates a new console logger header impl. -
ConsoleLoggerHeader
public ConsoleLoggerHeader(org.refcodes.logger.ColumnLayout aLayout) Instantiates a new console logger header impl.- Parameters:
aLayout- the layout
-
ConsoleLoggerHeader
public ConsoleLoggerHeader(org.refcodes.tabular.PrintStackTrace aPrintStackTrace, org.refcodes.textual.ColumnSetupMetrics[] aColumnSetupMetrics) Instantiates a new console logger header impl.- Parameters:
aPrintStackTrace- the print stack traceaColumnSetupMetrics- the column setup metrics
-