org.obolibrary.oboformat.parser
Class OBOFormatConstants
java.lang.Object
org.obolibrary.oboformat.parser.OBOFormatConstants
public class OBOFormatConstants
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
OBOFormatConstants
public OBOFormatConstants()
getTag
public static OBOFormatConstants.OboFormatTag getTag(String tag)
Copyright © 2010-2013. All Rights Reserved.