org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext.helper
Class PropertyPrinterSpecificationLoader

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext.helper.PropertyPrinterSpecificationLoader

public class PropertyPrinterSpecificationLoader
extends Object


Field Summary
static String ENCODING_BYTES
           
static String ENCODING_CHARSET
           
static String ENCODING_NAME
           
static String ENCODING_PREFIX
           
static String PRINTER_ENCODINGS
           
static String PRINTER_NAME
           
static String PRINTER_OPERATIONS
           
static String PRINTER_PREFIX
           
 
Constructor Summary
PropertyPrinterSpecificationLoader()
           
 
Method Summary
 PrinterSpecification[] loadPrinters(org.pentaho.reporting.libraries.base.config.DefaultConfiguration printerConfig, PrinterEncoding[] encodings)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENCODING_PREFIX

public static final String ENCODING_PREFIX
See Also:
Constant Field Values

ENCODING_NAME

public static final String ENCODING_NAME
See Also:
Constant Field Values

ENCODING_CHARSET

public static final String ENCODING_CHARSET
See Also:
Constant Field Values

ENCODING_BYTES

public static final String ENCODING_BYTES
See Also:
Constant Field Values

PRINTER_PREFIX

public static final String PRINTER_PREFIX
See Also:
Constant Field Values

PRINTER_NAME

public static final String PRINTER_NAME
See Also:
Constant Field Values

PRINTER_ENCODINGS

public static final String PRINTER_ENCODINGS
See Also:
Constant Field Values

PRINTER_OPERATIONS

public static final String PRINTER_OPERATIONS
See Also:
Constant Field Values
Constructor Detail

PropertyPrinterSpecificationLoader

public PropertyPrinterSpecificationLoader()
Method Detail

loadPrinters

public PrinterSpecification[] loadPrinters(org.pentaho.reporting.libraries.base.config.DefaultConfiguration printerConfig,
                                           PrinterEncoding[] encodings)