org.obolibrary.oboformat.parser
Class OBOFormatConstants

java.lang.Object
  extended by org.obolibrary.oboformat.parser.OBOFormatConstants

public class OBOFormatConstants
extends Object


Nested Class Summary
static class OBOFormatConstants.OboFormatTag
           
 
Field Summary
static String DEFAULT_CHARACTER_ENCODING
           
static ThreadLocal<DateFormat> headerDateFormat
          Date format for OboFormatTag.TAG_DATE Use Thread local to ensure thread safety, as SimpleDateFormat is not thread safe.
static Set<String> TAGS
           
 
Constructor Summary
OBOFormatConstants()
           
 
Method Summary
static OBOFormatConstants.OboFormatTag getTag(String tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAGS

public static final Set<String> TAGS

headerDateFormat

public static final ThreadLocal<DateFormat> headerDateFormat
Date format for OboFormatTag.TAG_DATE Use Thread local to ensure thread safety, as SimpleDateFormat is not thread safe.


DEFAULT_CHARACTER_ENCODING

public static final String DEFAULT_CHARACTER_ENCODING
See Also:
Constant Field Values
Constructor Detail

OBOFormatConstants

public OBOFormatConstants()
Method Detail

getTag

public static OBOFormatConstants.OboFormatTag getTag(String tag)


Copyright © 2010-2012. All Rights Reserved.