public class OBOFormatConstants extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OBOFormatConstants.OboFormatTag
oboformat tags
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CHARACTER_ENCODING
UTF-8 default 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
tags
|
| Constructor and Description |
|---|
OBOFormatConstants() |
public static final ThreadLocal<DateFormat> headerDateFormat
SimpleDateFormat is not thread safe.public static final String DEFAULT_CHARACTER_ENCODING
public static OBOFormatConstants.OboFormatTag getTag(String tag)
tag - tagCopyright © 2010-2014 The University of Manchester. All Rights Reserved.