com.ibm.rational.rpe.common.config
Class RRDGRuntimeSwitches

java.lang.Object
  extended by com.ibm.rational.rpe.common.config.RRDGRuntimeSwitches

public class RRDGRuntimeSwitches
extends java.lang.Object

The run time switches that are supported by Rational Reporting for Document Generation (RRDG). These are introduced with the -D argument.


Field Summary
static java.lang.String COM_IBM_RATIONAL_RPE_ADAPTIVE_QUEUE
          This flag is private.
static java.lang.String COM_IBM_RATIONAL_RPE_CONFIG_OLSC_SERVICE_PROVIDERS
          To set the oslcServiceProviders.xml path from a non %RPE_HOME%\config folder.
static java.lang.String COM_IBM_RATIONAL_RPE_CONFIG_OLSC_SERVICE_PROVIDERS_PWD
           
static java.lang.String COM_IBM_RATIONAL_RPE_CONFIG_OLSC_SERVICE_PROVIDERS_USR
           
static java.lang.String COM_IBM_RATIONAL_RPE_DISABLE_COMMANDS
          Set to true to disable all command executions (pre, post, data source commands) in RPE.
static java.lang.String COM_IBM_RATIONAL_RPE_DISABLE_DEFAULT_AUTHENTICATOR
          When enabled, RPE cleans the default Java authenticator to prevent authentication windows from displaying when authentication fails.
static java.lang.String COM_IBM_RATIONAL_RPE_DOORS_DATA
          The address of the Rational DOORS database
static java.lang.String COM_IBM_RATIONAL_RPE_DOORS_FLAGS
          To specify additional Rational DOORS flags
static java.lang.String COM_IBM_RATIONAL_RPE_DOORS_HOME
          The location of the Rational DOORS installation
static java.lang.String COM_IBM_RATIONAL_RPE_DOORS_NON_UNICODE_FONTS
          Set to specify a comma separated list of font names that are to be treated as non UNICODE by RPE
static java.lang.String COM_IBM_RATIONAL_RPE_DXL_ENABLE_MEMORY_MANAGEMENT
          The parameter to enable executing memory management permissions in DXL
static java.lang.String COM_IBM_RATIONAL_RPE_ENABLE_FUTURE
          This flag is private.
static java.lang.String COM_IBM_RATIONAL_RPE_ENABLE_SURROGATE_CHAR_PROCESSING
          This flag is private.
static java.lang.String COM_IBM_RATIONAL_RPE_FAST_AUTH
          This flag is private.
static java.lang.String COM_IBM_RATIONAL_RPE_IGNORED_EXTERNAL_DTD
          This flag is private.
static java.lang.String COM_IBM_RATIONAL_RPE_LEGACY_FORM_AUTH
          Deprecated. 
static java.lang.String COM_IBM_RATIONAL_RPE_LICENSE_ATTEMPTS_COUNT
          The number of license check-out attempts
static java.lang.String COM_IBM_RATIONAL_RPE_LICENSE_RETRY_TIMEOUT
          The time to wait between license checkout attempts, in seconds
static java.lang.String COM_IBM_RATIONAL_RPE_OUTPUT_DEFAULT
          The folder to be used for the default output path
static java.lang.String COM_IBM_RATIONAL_RPE_OUTPUT_DISABLE_RESIZE_IMAGE_IN_CELL
          This flag is private.
static java.lang.String COM_IBM_RATIONAL_RPE_PDF_TRUETYPEFONTDIRECTORY
          Set to specify the location where RPE can find true type fonts for PDF outputs.
static java.lang.String COM_IBM_RATIONAL_RPE_SSL
          Set to specify the SSL type to use when communicating over HTTPS
static java.lang.String COM_IBM_RATIONAL_RPE_TLS12ONLY
          Set to true for RRDG or RPE to use only TLS 1.2 when communicating over HTTPS
static java.lang.String COM_IBM_RATIONAL_RPE_WORD_BIDI
          Deprecated. 
static java.lang.String COM_IBM_RATIONAL_RPE_WORD_MULTIPART
          Deprecated. 
static java.lang.String COM_IBM_RATIONAL_RPE_XSLFO_APACHEFOP
          When set to true, RRDG generates XSL-FO output, which can be more easily processed by Apache FOP.
static java.lang.String COM_IBM_RATIONAL_RPEWS_PWD
          The password for the RPE WebService.
static java.lang.String COM_IBM_RATIONAL_RPEWS_URL
          The URL of the RPE WebService.
static java.lang.String COM_IBM_RATIONAL_RPEWS_USR
          The user name for the RPE WebService.
 
Constructor Summary
RRDGRuntimeSwitches()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COM_IBM_RATIONAL_RPE_TLS12ONLY

public static final java.lang.String COM_IBM_RATIONAL_RPE_TLS12ONLY
Set to true for RRDG or RPE to use only TLS 1.2 when communicating over HTTPS

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_SSL

public static final java.lang.String COM_IBM_RATIONAL_RPE_SSL
Set to specify the SSL type to use when communicating over HTTPS

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_DOORS_NON_UNICODE_FONTS

public static final java.lang.String COM_IBM_RATIONAL_RPE_DOORS_NON_UNICODE_FONTS
Set to specify a comma separated list of font names that are to be treated as non UNICODE by RPE

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_PDF_TRUETYPEFONTDIRECTORY

public static final java.lang.String COM_IBM_RATIONAL_RPE_PDF_TRUETYPEFONTDIRECTORY
Set to specify the location where RPE can find true type fonts for PDF outputs.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_DISABLE_COMMANDS

public static final java.lang.String COM_IBM_RATIONAL_RPE_DISABLE_COMMANDS
Set to true to disable all command executions (pre, post, data source commands) in RPE. JavaScript execution is not affected by this flag.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_IGNORED_EXTERNAL_DTD

public static final java.lang.String COM_IBM_RATIONAL_RPE_IGNORED_EXTERNAL_DTD
This flag is private. Use this flag only if explicitly requested to do so by the RPE support or development.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPEWS_URL

public static final java.lang.String COM_IBM_RATIONAL_RPEWS_URL
The URL of the RPE WebService.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPEWS_USR

public static final java.lang.String COM_IBM_RATIONAL_RPEWS_USR
The user name for the RPE WebService.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPEWS_PWD

public static final java.lang.String COM_IBM_RATIONAL_RPEWS_PWD
The password for the RPE WebService.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_DISABLE_DEFAULT_AUTHENTICATOR

public static final java.lang.String COM_IBM_RATIONAL_RPE_DISABLE_DEFAULT_AUTHENTICATOR
When enabled, RPE cleans the default Java authenticator to prevent authentication windows from displaying when authentication fails.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_XSLFO_APACHEFOP

public static final java.lang.String COM_IBM_RATIONAL_RPE_XSLFO_APACHEFOP
When set to true, RRDG generates XSL-FO output, which can be more easily processed by Apache FOP.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_DOORS_HOME

public static final java.lang.String COM_IBM_RATIONAL_RPE_DOORS_HOME
The location of the Rational DOORS installation

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_DOORS_DATA

public static final java.lang.String COM_IBM_RATIONAL_RPE_DOORS_DATA
The address of the Rational DOORS database

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_DOORS_FLAGS

public static final java.lang.String COM_IBM_RATIONAL_RPE_DOORS_FLAGS
To specify additional Rational DOORS flags

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_ADAPTIVE_QUEUE

public static final java.lang.String COM_IBM_RATIONAL_RPE_ADAPTIVE_QUEUE
This flag is private. Use this flag only if explicitly requested to do so by the RPE support or development.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_LICENSE_RETRY_TIMEOUT

public static final java.lang.String COM_IBM_RATIONAL_RPE_LICENSE_RETRY_TIMEOUT
The time to wait between license checkout attempts, in seconds

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_LICENSE_ATTEMPTS_COUNT

public static final java.lang.String COM_IBM_RATIONAL_RPE_LICENSE_ATTEMPTS_COUNT
The number of license check-out attempts

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_OUTPUT_DEFAULT

public static final java.lang.String COM_IBM_RATIONAL_RPE_OUTPUT_DEFAULT
The folder to be used for the default output path

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_DXL_ENABLE_MEMORY_MANAGEMENT

public static final java.lang.String COM_IBM_RATIONAL_RPE_DXL_ENABLE_MEMORY_MANAGEMENT
The parameter to enable executing memory management permissions in DXL

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_ENABLE_FUTURE

public static final java.lang.String COM_IBM_RATIONAL_RPE_ENABLE_FUTURE
This flag is private. Use this flag only if explicitly requested to do so by the RPE support or development.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_CONFIG_OLSC_SERVICE_PROVIDERS

public static final java.lang.String COM_IBM_RATIONAL_RPE_CONFIG_OLSC_SERVICE_PROVIDERS
To set the oslcServiceProviders.xml path from a non %RPE_HOME%\config folder. If this location is an a HTTP location, then credentials are required.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_CONFIG_OLSC_SERVICE_PROVIDERS_USR

public static final java.lang.String COM_IBM_RATIONAL_RPE_CONFIG_OLSC_SERVICE_PROVIDERS_USR
See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_CONFIG_OLSC_SERVICE_PROVIDERS_PWD

public static final java.lang.String COM_IBM_RATIONAL_RPE_CONFIG_OLSC_SERVICE_PROVIDERS_PWD
See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_FAST_AUTH

public static final java.lang.String COM_IBM_RATIONAL_RPE_FAST_AUTH
This flag is private. Use this flag only if explicitly requested to do so by the RPE support or development.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_OUTPUT_DISABLE_RESIZE_IMAGE_IN_CELL

public static final java.lang.String COM_IBM_RATIONAL_RPE_OUTPUT_DISABLE_RESIZE_IMAGE_IN_CELL
This flag is private. Use this flag only if explicitly requested to do so by the RPE support or development.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_WORD_BIDI

@Deprecated
public static final java.lang.String COM_IBM_RATIONAL_RPE_WORD_BIDI
Deprecated. 
Deprecated

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_WORD_MULTIPART

@Deprecated
public static final java.lang.String COM_IBM_RATIONAL_RPE_WORD_MULTIPART
Deprecated. 
Deprecated

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_LEGACY_FORM_AUTH

@Deprecated
public static final java.lang.String COM_IBM_RATIONAL_RPE_LEGACY_FORM_AUTH
Deprecated. 
This flag is private. Use this flag only if explicitly requested to do so by the RPE support or development.

See Also:
Constant Field Values

COM_IBM_RATIONAL_RPE_ENABLE_SURROGATE_CHAR_PROCESSING

public static final java.lang.String COM_IBM_RATIONAL_RPE_ENABLE_SURROGATE_CHAR_PROCESSING
This flag is private. Use this flag only if explicitly requested to do so by the RPE support or development.

See Also:
Constant Field Values
Constructor Detail

RRDGRuntimeSwitches

public RRDGRuntimeSwitches()