org.pentaho.reporting.engine.classic.core.layout.output
Class GenericOutputProcessorMetaData

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessorMetaData
      extended by org.pentaho.reporting.engine.classic.core.layout.output.GenericOutputProcessorMetaData
All Implemented Interfaces:
OutputProcessorMetaData

public final class GenericOutputProcessorMetaData
extends AbstractOutputProcessorMetaData

A generic dummy class that reports the export-descriptor "none/none".

Author:
Thomas Morgner

Constructor Summary
GenericOutputProcessorMetaData()
           
GenericOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration)
           
GenericOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration, String exportDescriptor)
           
 
Method Summary
 String getExportDescriptor()
          The export descriptor is a string that describes the output characteristics.
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessorMetaData
commit, getBaselineInfo, getConfiguration, getFontMetrics, getFontMetrics, getNormalizedFontFamilyName, getNumericFeatureValue, isContentSupported, isExtraContentElement, isFeatureSupported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericOutputProcessorMetaData

public GenericOutputProcessorMetaData()

GenericOutputProcessorMetaData

public GenericOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration)

GenericOutputProcessorMetaData

public GenericOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration,
                                      String exportDescriptor)
Method Detail

getExportDescriptor

public String getExportDescriptor()
The export descriptor is a string that describes the output characteristics. For libLayout outputs, it should start with the output class (one of 'pageable', 'flow' or 'stream'), followed by '/liblayout/' and finally followed by the output type (ie. PDF, Print, etc).

Returns:
the export descriptor.