public class TrustBundleRecordPrinter extends AbstractRecordPrinter<org.nhind.config.TrustBundle>
AbstractRecordPrinter.ReportColumn| Modifier and Type | Field and Description |
|---|---|
protected static String |
BUNDLE_ID_COL |
protected static String |
BUNDLE_LAST_CHECKED_COL |
protected static String |
BUNDLE_LAST_UPDATED_COL |
protected static String |
BUNDLE_NAME_COL |
protected static String |
BUNDLE_REFRESH_COL |
protected static String |
BUNDLE_URL_COL |
protected DateFormat |
dtFormat |
protected static Collection<AbstractRecordPrinter.ReportColumn> |
REPORT_COLS |
reportColumns, tableWidth| Constructor and Description |
|---|
TrustBundleRecordPrinter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getColumnValue(AbstractRecordPrinter.ReportColumn column,
org.nhind.config.TrustBundle bundle) |
printHeader, printRecord, printRecordInternal, printRecordsprotected static final Collection<AbstractRecordPrinter.ReportColumn> REPORT_COLS
protected static final String BUNDLE_ID_COL
protected static final String BUNDLE_NAME_COL
protected static final String BUNDLE_URL_COL
protected static final String BUNDLE_REFRESH_COL
protected static final String BUNDLE_LAST_CHECKED_COL
protected static final String BUNDLE_LAST_UPDATED_COL
protected final DateFormat dtFormat
protected String getColumnValue(AbstractRecordPrinter.ReportColumn column, org.nhind.config.TrustBundle bundle)
getColumnValue in class AbstractRecordPrinter<org.nhind.config.TrustBundle>Copyright © 2016. All Rights Reserved.