com.binaryfantasy.murq
Class Constants

java.lang.Object
  extended by com.binaryfantasy.murq.Constants

public class Constants
extends Object

Holds static values required throughout Murq.

FOR INTERNAL USE ONLY.

Author:
Bill Weiss

Field Summary
static String BINARY_CONTENT_ID
          Binary id for binary content.
static String CLEAR_ID_PREFIX
          Prefix indicating that associated content should not be encrypted.
static String ID_KEY
          ContentId holding the unique id of a given ISource.
static String IO_KEY
          ContentId pointing to the ISourceIO implementation used for serialization on a given ISource.
static String LINK_NAME_VALUE_SEPARATOR
          Delimiter used to separate a link name from it's value in link data content.
static String LINK_SEPARATOR
          Delimiter used to separate links in the link data content.
static String LINKS_KEY
          ContentId pointing to link data in a given ISource.
static String PASSWORD_KEY
          ContentId pointing to the MD5 hash of the password for a given ISource.
static String PROTECTED_ID_PREFIX
          ContentId prefix indicating that the associated content should not be returned by Murq, but is instead for internal use only.
static String VERIFICATION_KEY
          ContentId pointing to the encrypted clear text password for a given ISource.
 
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

PROTECTED_ID_PREFIX

public static final String PROTECTED_ID_PREFIX
ContentId prefix indicating that the associated content should not be returned by Murq, but is instead for internal use only.

See Also:
Constant Field Values

CLEAR_ID_PREFIX

public static final String CLEAR_ID_PREFIX
Prefix indicating that associated content should not be encrypted.

See Also:
Constant Field Values

ID_KEY

public static final String ID_KEY
ContentId holding the unique id of a given ISource.


PASSWORD_KEY

public static final String PASSWORD_KEY
ContentId pointing to the MD5 hash of the password for a given ISource.


VERIFICATION_KEY

public static final String VERIFICATION_KEY
ContentId pointing to the encrypted clear text password for a given ISource.


IO_KEY

public static final String IO_KEY
ContentId pointing to the ISourceIO implementation used for serialization on a given ISource.


LINKS_KEY

public static final String LINKS_KEY
ContentId pointing to link data in a given ISource.


LINK_SEPARATOR

public static final String LINK_SEPARATOR
Delimiter used to separate links in the link data content.

See Also:
Constant Field Values

LINK_NAME_VALUE_SEPARATOR

public static final String LINK_NAME_VALUE_SEPARATOR
Delimiter used to separate a link name from it's value in link data content.

See Also:
Constant Field Values

BINARY_CONTENT_ID

public static final String BINARY_CONTENT_ID
Binary id for binary content.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright (c) 2000-2006, BinaryFantasy.com