org.crosswire.jsword.book.sword
Class SwordConstants

java.lang.Object
  extended by org.crosswire.jsword.book.sword.SwordConstants

public final class SwordConstants
extends Object

A Constants to help the SwordBookDriver to read Sword format data.

Author:
Mark Goodwin [mark at thorubio dot org], Joe Walker [joe at eireneh dot com], The Sword project (don't know who - no credits in original files (canon.h))
See Also:
for license details.
The copyright to this program is held by it's authors.

Field Summary
static String DIR_CONF
          The configuration directory
static String DIR_DATA
          The data directory
static String EXTENSION_CONF
          Extension for config files
static String EXTENSION_DATA
          Extension for data files
static String EXTENSION_INDEX
          Extension for index files
static String EXTENSION_VSS
          Index file extensions
static String FILE_NT
          New testament data files
static String FILE_OT
          Old testament data files
 
Constructor Summary
private SwordConstants()
          Prevent instantiation
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_NT

public static final String FILE_NT
New testament data files

See Also:
Constant Field Values

FILE_OT

public static final String FILE_OT
Old testament data files

See Also:
Constant Field Values

EXTENSION_VSS

public static final String EXTENSION_VSS
Index file extensions

See Also:
Constant Field Values

EXTENSION_INDEX

public static final String EXTENSION_INDEX
Extension for index files

See Also:
Constant Field Values

EXTENSION_DATA

public static final String EXTENSION_DATA
Extension for data files

See Also:
Constant Field Values

EXTENSION_CONF

public static final String EXTENSION_CONF
Extension for config files

See Also:
Constant Field Values

DIR_DATA

public static final String DIR_DATA
The data directory

See Also:
Constant Field Values

DIR_CONF

public static final String DIR_CONF
The configuration directory

See Also:
Constant Field Values
Constructor Detail

SwordConstants

private SwordConstants()
Prevent instantiation


Copyright ? 2003-2011