Package org.camunda.bpm.extension.osgi.commands.asciitable

Ascii table package contains utilities to display nice formatted ascii table.

See:
          Description

Interface Summary
IASCIITable Interface specifying ASCII table APIs.
IASCIITableAware An ASCII table interface for extracting the header, data and formatted cell data.
 

Class Summary
ASCIITable The entry point to this framework which acts as a singleton.
ASCIITableHeader Represents ASCII table header.
SimpleASCIITableImpl This implementation builds the header and data rows by considering each column one by one in the format of 'FFFF...' (border format).
 

Package org.camunda.bpm.extension.osgi.commands.asciitable Description

Ascii table package contains utilities to display nice formatted ascii table. The code is imported from: http://bethecoder.com/open-source/ascii-art/btc-ascii-table-1.0.html The original code is distributed under Apache Licence.

Author:
K Venkata Sudhakar (kvenkatasudhakar@gmail.com)


Copyright © 2015 camunda services GmbH. All rights reserved.