org.tigris.scarab.util.export
Class ExportFormat

java.lang.Object
  extended byorg.tigris.scarab.util.export.ExportFormat

public class ExportFormat
extends java.lang.Object

A utility class for use with data export (issue lists, reports, etc.).


Field Summary
static java.lang.String EXCEL_FORMAT
          The identifier for our Excel export format.
static java.lang.String KEY_NAME
          The name of the parameter which indicates which format to use (e.g.
static java.lang.String TSV_FORMAT
          The identifier for our tab-separated value format.
 
Constructor Summary
ExportFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCEL_FORMAT

public static final java.lang.String EXCEL_FORMAT
The identifier for our Excel export format.

See Also:
Constant Field Values

TSV_FORMAT

public static final java.lang.String TSV_FORMAT
The identifier for our tab-separated value format.

See Also:
Constant Field Values

KEY_NAME

public static final java.lang.String KEY_NAME
The name of the parameter which indicates which format to use (e.g. EXCEL_FORMAT, TSV_FORMAT, etc.).

See Also:
Constant Field Values
Constructor Detail

ExportFormat

public ExportFormat()


Copyright © 2000-2004 Tigris.org. All Rights Reserved.