Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common
Class Constants  view Constants download Constants.java

java.lang.Object
  extended bycom.flexstor.common.Constants

public class Constants
extends java.lang.Object

This class contains global constants

Version:
2.1

Field Summary
static java.lang.String EMPTY_STRING
           
static int FILESTAT_ARCHIVE_IN_PROCESS
           
static int FILESTAT_ARCHIVED
           
static int FILESTAT_AVALABLE_FOR_ARCHIVE
           
static int FILESTAT_DOES_NOT_EXIST
           
static int FILESTAT_FILE_NOT_FOUND
           
static int FILESTAT_ON_LINE
          Archive status
static int FILESTAT_RESTORE_IN_PROCESS
           
static java.lang.String IMPORT_CONTROL_EXT
          File Names
static java.lang.String SEND_CONV_EXT
           
static char SPACE
          SPACE
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILESTAT_ON_LINE

public static final int FILESTAT_ON_LINE
Archive status

See Also:
Constant Field Values

FILESTAT_ARCHIVED

public static final int FILESTAT_ARCHIVED
See Also:
Constant Field Values

FILESTAT_ARCHIVE_IN_PROCESS

public static final int FILESTAT_ARCHIVE_IN_PROCESS
See Also:
Constant Field Values

FILESTAT_RESTORE_IN_PROCESS

public static final int FILESTAT_RESTORE_IN_PROCESS
See Also:
Constant Field Values

FILESTAT_FILE_NOT_FOUND

public static final int FILESTAT_FILE_NOT_FOUND
See Also:
Constant Field Values

FILESTAT_AVALABLE_FOR_ARCHIVE

public static final int FILESTAT_AVALABLE_FOR_ARCHIVE
See Also:
Constant Field Values

FILESTAT_DOES_NOT_EXIST

public static final int FILESTAT_DOES_NOT_EXIST
See Also:
Constant Field Values

SPACE

public static final char SPACE
SPACE

See Also:
Constant Field Values

EMPTY_STRING

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

IMPORT_CONTROL_EXT

public static final java.lang.String IMPORT_CONTROL_EXT
File Names

See Also:
Constant Field Values

SEND_CONV_EXT

public static final java.lang.String SEND_CONV_EXT
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()