com.ca.pki.util
Class Constants

java.lang.Object
  |
  +--com.ca.pki.util.Constants

public class Constants
extends java.lang.Object

A class for storing common constants.


Field Summary
static java.awt.Font bigFont
          DialogInput-BOLD-20.
static java.lang.String CONFIG_DIR_URL
           
static java.lang.String CONFIG_URL
           
static java.lang.String configPath
          path to configuration directory
static java.awt.Font courierBoldFont
          Helvetica-BOLD-11.
static java.awt.Font courierFont
          Helvetica-PLAIN-11.
static java.lang.String fs
          file.separator.
static java.lang.String imagePath
          path to images directory
static java.awt.Font lgeDialogFont
          NoMedFont-BOLD-16.
static java.lang.String ls
          line.separator.
static java.awt.Font medBoldDialogFont
          NoMedBoldFont-BOLD-13.
static java.awt.Font medDialogFont
          NoMedFont-PLAIN-13.
static java.awt.Font medItFont
          NoMedFont-ITALIC-10.
static java.awt.Font medNormFont
          NoMedFont-PLAIN-11.
static java.awt.Font normBoldFont
          NoFont-BOLD-11.
static java.awt.Font normFont
          NoFont-PLAIN-11.
static java.lang.String pkiPath
          path to the root of PKI directories
static java.awt.Font tinyFont
          NoFont-ITALIC-10.
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_URL

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

CONFIG_DIR_URL

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

tinyFont

public static final java.awt.Font tinyFont
NoFont-ITALIC-10.


normFont

public static final java.awt.Font normFont
NoFont-PLAIN-11.


normBoldFont

public static final java.awt.Font normBoldFont
NoFont-BOLD-11.


medItFont

public static final java.awt.Font medItFont
NoMedFont-ITALIC-10.


medNormFont

public static final java.awt.Font medNormFont
NoMedFont-PLAIN-11.


medBoldDialogFont

public static final java.awt.Font medBoldDialogFont
NoMedBoldFont-BOLD-13.


medDialogFont

public static final java.awt.Font medDialogFont
NoMedFont-PLAIN-13.


lgeDialogFont

public static final java.awt.Font lgeDialogFont
NoMedFont-BOLD-16.


bigFont

public static final java.awt.Font bigFont
DialogInput-BOLD-20.


courierFont

public static final java.awt.Font courierFont
Helvetica-PLAIN-11.


courierBoldFont

public static final java.awt.Font courierBoldFont
Helvetica-BOLD-11.


fs

public static final java.lang.String fs
file.separator.


ls

public static final java.lang.String ls
line.separator.


imagePath

public static java.lang.String imagePath
path to images directory


pkiPath

public static java.lang.String pkiPath
path to the root of PKI directories


configPath

public static java.lang.String configPath
path to configuration directory

Constructor Detail

Constants

public Constants()