kz.gamma.vista
Class VistaConstants

java.lang.Object
  extended by kz.gamma.vista.VistaConstants

public class VistaConstants
extends java.lang.Object

Author:
Sergey Moisseyev

Field Summary
static byte ARCH_METHOD_BZ2
           
static byte ARCH_METHOD_NOARCH
           
static java.lang.String CONFIRMATION_NAME
           
static java.lang.String ENV_FILE_NAME
           
static short FILE_HEADER_SIZE
           
static byte HEAD_TYPE_CMS_ENVP
           
static byte HEAD_TYPE_CMS_SIGN
           
static byte HEAD_TYPE_CRT_EXTERNAL
           
static byte HEAD_TYPE_DIR
           
static byte HEAD_TYPE_FILE
           
static int OVN_APPEND
           
static int OVN_CREAT
           
static int OVN_RDONLY
           
static int OVN_TRUNC
           
static int OVN_WRONLY
           
static byte PRIORITY_HIGH
           
static byte PRIORITY_HIGHEST
           
static byte PRIORITY_LOW
           
static byte PRIORITY_LOWEST
           
static byte PRIORITY_NORMAL
           
static java.lang.String SIGN_FILE_NAME
           
static byte TYPE_ARCH_BE_CONFIRMED
           
static byte TYPE_ARCH_ENCRYPT
           
static byte TYPE_ARCH_IS_CONFIRMED
           
static byte TYPE_ARCH_REQUEST
           
static byte TYPE_ARCH_RESPONSE
           
static byte TYPE_ARCH_SIGNED
           
static short VISTA_HEADER_SIZE
           
static java.lang.String VISTA_MAGIC
           
static int VN_LIST_FORMAT_NAME_ONLY
           
static int VN_LIST_FORMAT_NORMAL
           
static int VN_LIST_FORMAT_NORMAL_SUB
           
static int VN_LIST_FORMAT_PRIORI
           
static int VN_LIST_FORMAT_PRIORI_SUB
           
 
Constructor Summary
VistaConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEAD_TYPE_DIR

public static final byte HEAD_TYPE_DIR
See Also:
Constant Field Values

HEAD_TYPE_FILE

public static final byte HEAD_TYPE_FILE
See Also:
Constant Field Values

HEAD_TYPE_CMS_ENVP

public static final byte HEAD_TYPE_CMS_ENVP
See Also:
Constant Field Values

HEAD_TYPE_CMS_SIGN

public static final byte HEAD_TYPE_CMS_SIGN
See Also:
Constant Field Values

HEAD_TYPE_CRT_EXTERNAL

public static final byte HEAD_TYPE_CRT_EXTERNAL
See Also:
Constant Field Values

TYPE_ARCH_ENCRYPT

public static final byte TYPE_ARCH_ENCRYPT
See Also:
Constant Field Values

TYPE_ARCH_SIGNED

public static final byte TYPE_ARCH_SIGNED
See Also:
Constant Field Values

TYPE_ARCH_REQUEST

public static final byte TYPE_ARCH_REQUEST
See Also:
Constant Field Values

TYPE_ARCH_RESPONSE

public static final byte TYPE_ARCH_RESPONSE
See Also:
Constant Field Values

TYPE_ARCH_BE_CONFIRMED

public static final byte TYPE_ARCH_BE_CONFIRMED
See Also:
Constant Field Values

TYPE_ARCH_IS_CONFIRMED

public static final byte TYPE_ARCH_IS_CONFIRMED
See Also:
Constant Field Values

PRIORITY_HIGHEST

public static final byte PRIORITY_HIGHEST
See Also:
Constant Field Values

PRIORITY_HIGH

public static final byte PRIORITY_HIGH
See Also:
Constant Field Values

PRIORITY_NORMAL

public static final byte PRIORITY_NORMAL
See Also:
Constant Field Values

PRIORITY_LOW

public static final byte PRIORITY_LOW
See Also:
Constant Field Values

PRIORITY_LOWEST

public static final byte PRIORITY_LOWEST
See Also:
Constant Field Values

ARCH_METHOD_NOARCH

public static final byte ARCH_METHOD_NOARCH
See Also:
Constant Field Values

ARCH_METHOD_BZ2

public static final byte ARCH_METHOD_BZ2
See Also:
Constant Field Values

ENV_FILE_NAME

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

SIGN_FILE_NAME

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

VISTA_MAGIC

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

CONFIRMATION_NAME

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

VISTA_HEADER_SIZE

public static final short VISTA_HEADER_SIZE
See Also:
Constant Field Values

FILE_HEADER_SIZE

public static final short FILE_HEADER_SIZE
See Also:
Constant Field Values

VN_LIST_FORMAT_NAME_ONLY

public static final int VN_LIST_FORMAT_NAME_ONLY
See Also:
Constant Field Values

VN_LIST_FORMAT_NORMAL

public static final int VN_LIST_FORMAT_NORMAL
See Also:
Constant Field Values

VN_LIST_FORMAT_NORMAL_SUB

public static final int VN_LIST_FORMAT_NORMAL_SUB
See Also:
Constant Field Values

VN_LIST_FORMAT_PRIORI

public static final int VN_LIST_FORMAT_PRIORI
See Also:
Constant Field Values

VN_LIST_FORMAT_PRIORI_SUB

public static final int VN_LIST_FORMAT_PRIORI_SUB
See Also:
Constant Field Values

OVN_RDONLY

public static final int OVN_RDONLY
See Also:
Constant Field Values

OVN_WRONLY

public static final int OVN_WRONLY
See Also:
Constant Field Values

OVN_CREAT

public static final int OVN_CREAT
See Also:
Constant Field Values

OVN_TRUNC

public static final int OVN_TRUNC
See Also:
Constant Field Values

OVN_APPEND

public static final int OVN_APPEND
See Also:
Constant Field Values
Constructor Detail

VistaConstants

public VistaConstants()


Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.