org.nhindirect.config.manager.printers
Class CertRecordPrinter

java.lang.Object
  extended by org.nhindirect.config.manager.printers.AbstractRecordPrinter<org.nhind.config.Certificate>
      extended by org.nhindirect.config.manager.printers.CertRecordPrinter
All Implemented Interfaces:
RecordPrinter<org.nhind.config.Certificate>

public class CertRecordPrinter
extends AbstractRecordPrinter<org.nhind.config.Certificate>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.nhindirect.config.manager.printers.AbstractRecordPrinter
AbstractRecordPrinter.ReportColumn
 
Field Summary
protected static String CERT_NAME_COL
           
protected static SimpleDateFormat dateFormatter
           
protected static String EXPIRES_COL
           
protected static String PRIVATE_IND_COL
           
protected static String RECORD_TYPE_COL
           
protected static Collection<AbstractRecordPrinter.ReportColumn> REPORT_COLS
           
protected static String TP_NAME_COL
           
 
Fields inherited from class org.nhindirect.config.manager.printers.AbstractRecordPrinter
reportColumns, tableWidth
 
Constructor Summary
CertRecordPrinter()
           
 
Method Summary
protected  String getColumnValue(AbstractRecordPrinter.ReportColumn column, org.nhind.config.Certificate retCert)
           
 
Methods inherited from class org.nhindirect.config.manager.printers.AbstractRecordPrinter
printHeader, printRecord, printRecordInternal, printRecords
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dateFormatter

protected static final SimpleDateFormat dateFormatter

CERT_NAME_COL

protected static final String CERT_NAME_COL
See Also:
Constant Field Values

RECORD_TYPE_COL

protected static final String RECORD_TYPE_COL
See Also:
Constant Field Values

PRIVATE_IND_COL

protected static final String PRIVATE_IND_COL
See Also:
Constant Field Values

TP_NAME_COL

protected static final String TP_NAME_COL
See Also:
Constant Field Values

EXPIRES_COL

protected static final String EXPIRES_COL
See Also:
Constant Field Values

REPORT_COLS

protected static final Collection<AbstractRecordPrinter.ReportColumn> REPORT_COLS
Constructor Detail

CertRecordPrinter

public CertRecordPrinter()
Method Detail

getColumnValue

protected String getColumnValue(AbstractRecordPrinter.ReportColumn column,
                                org.nhind.config.Certificate retCert)
Overrides:
getColumnValue in class AbstractRecordPrinter<org.nhind.config.Certificate>


Copyright © 2015. All Rights Reserved.