org.forester.archaeopteryx
Class Constants

java.lang.Object
  extended by org.forester.archaeopteryx.Constants

public final class Constants
extends java.lang.Object


Field Summary
static boolean __RELEASE
           
static boolean __SNAPSHOT_RELEASE
           
static boolean __SYNTH_LF
           
static boolean ALLOW_DDBJ_BLAST
           
static boolean NH_PARSING_IGNORE_QUOTES_DEFAULT
           
static java.lang.String PRG_NAME
           
 
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

__RELEASE

public static final boolean __RELEASE
See Also:
Constant Field Values

__SNAPSHOT_RELEASE

public static final boolean __SNAPSHOT_RELEASE
See Also:
Constant Field Values

__SYNTH_LF

public static final boolean __SYNTH_LF
See Also:
Constant Field Values

ALLOW_DDBJ_BLAST

public static final boolean ALLOW_DDBJ_BLAST
See Also:
Constant Field Values

PRG_NAME

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

NH_PARSING_IGNORE_QUOTES_DEFAULT

public static final boolean NH_PARSING_IGNORE_QUOTES_DEFAULT
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()