com.adobe.livecycle.output.client
Class PrintedOutputOptionsSpecConstants

java.lang.Object
  extended by com.adobe.livecycle.output.client.PrintedOutputOptionsSpecConstants

public class PrintedOutputOptionsSpecConstants
extends java.lang.Object

Represents constants that control debugging behaviour of the Output service.


Field Summary
static int DEBUG_OFF
          The Output service does not generate debugging information.
static int DEBUG_ON
          The Output service generates debug files in svcdata/Output/Debug.
static int DEBUG_PERF
          The Output service generates debugging information.
 
Constructor Summary
PrintedOutputOptionsSpecConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG_OFF

public static final int DEBUG_OFF
The Output service does not generate debugging information.

See Also:
Constant Field Values

DEBUG_PERF

public static final int DEBUG_PERF
The Output service generates debugging information.

See Also:
Constant Field Values

DEBUG_ON

public static final int DEBUG_ON
The Output service generates debug files in svcdata/Output/Debug.

See Also:
Constant Field Values
Constructor Detail

PrintedOutputOptionsSpecConstants

public PrintedOutputOptionsSpecConstants()