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

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

public class PrinterSpecificationManager
extends Object


Constructor Summary
PrinterSpecificationManager()
           
 
Method Summary
static PrinterSpecification getGenericPrinter()
           
 PrinterSpecification getPrinter(String name)
           
 String[] getPrinterNames()
           
 void load(InputStream in)
           
 void load(String resourceName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrinterSpecificationManager

public PrinterSpecificationManager()
Method Detail

load

public void load(String resourceName)

load

public void load(InputStream in)
          throws IOException
Throws:
IOException

getPrinterNames

public String[] getPrinterNames()

getPrinter

public PrinterSpecification getPrinter(String name)

getGenericPrinter

public static PrinterSpecification getGenericPrinter()