org.foray.common
Class FOrayConstants

java.lang.Object
  extended by org.foray.common.FOrayConstants

public final class FOrayConstants
extends Object

FOray-specific constants used throughout the system.


Field Summary
static String BINARY_SERIALIZATION_EXTENSION
          The file extension used for files that are serialized binary java objects.
static byte DEFAULT_SCREEN_RESOLUTION
          Constant indicating the system-wide default screen resolution, expressed in pixels-per-inch, that is 96.
static String LOG_NEWLINE
          Standard text to designate a new line in a log message.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BINARY_SERIALIZATION_EXTENSION

public static final String BINARY_SERIALIZATION_EXTENSION
The file extension used for files that are serialized binary java objects. It does not include the period that typically delimits the file extension. There does not seem to be a standard extension used for such objects.

See Also:
Constant Field Values

DEFAULT_SCREEN_RESOLUTION

public static final byte DEFAULT_SCREEN_RESOLUTION
Constant indicating the system-wide default screen resolution, expressed in pixels-per-inch, that is 96. See XSL-FO Standard 1.0, Section 6.6.5, where this value is suggested.

See Also:
Constant Field Values

LOG_NEWLINE

public static final String LOG_NEWLINE
Standard text to designate a new line in a log message. Includes a newline character followed by four spaces (for indentation).

See Also:
Constant Field Values


Copyright © 2017. All rights reserved.