org.apache.jsieve
Class Constants

java.lang.Object
  extended by org.apache.jsieve.Constants

public class Constants
extends java.lang.Object


Field Summary
static java.lang.String COMPARATOR_ASCII_CASEMAP_NAME
          Name of the standard ascii casemap comparator.
static java.lang.String COMPARATOR_OCTET_NAME
          Name of the standard octet comparator.
static java.lang.String COMPARATOR_PREFIX
          Prefix used to identify comparator extensions.
static int COMPARATOR_PREFIX_LENGTH
          Number of characters in COMPARATOR_PREFIX
static char REQUIRE_EXTENSION_PREFIX
          Prefix used to identify extension groups.
static java.lang.String TAG_COMPARATOR
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_COMPARATOR

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

COMPARATOR_ASCII_CASEMAP_NAME

public static final java.lang.String COMPARATOR_ASCII_CASEMAP_NAME
Name of the standard ascii casemap comparator. See RFC4790.

See Also:
Constant Field Values

COMPARATOR_OCTET_NAME

public static final java.lang.String COMPARATOR_OCTET_NAME
Name of the standard octet comparator. See RFC4790.

See Also:
Constant Field Values

REQUIRE_EXTENSION_PREFIX

public static final char REQUIRE_EXTENSION_PREFIX
Prefix used to identify extension groups. See RFC5228, 6.1. Capability String

See Also:
Constant Field Values

COMPARATOR_PREFIX

public static final java.lang.String COMPARATOR_PREFIX
Prefix used to identify comparator extensions. See RFC5228, 6.1. Capability String

See Also:
Constant Field Values

COMPARATOR_PREFIX_LENGTH

public static final int COMPARATOR_PREFIX_LENGTH
Number of characters in COMPARATOR_PREFIX

Constructor Detail

Constants

public Constants()


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.