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
Deprecated.
use headerDateFormat() - ThreadLocal do not work nicely with web applications
|
static Set<String> |
TAGS
tags
|
| Constructor and Description |
|---|
OBOFormatConstants() |
| Modifier and Type | Method and Description |
|---|---|
static OBOFormatConstants.OboFormatTag |
getTag(String tag) |
static DateFormat |
headerDateFormat() |
@Deprecated 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 - tagpublic static final DateFormat headerDateFormat()
Copyright © 2010-2015 The University of Manchester. All Rights Reserved.