|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.converters.core.ConverterNotNullNotEmpty
org.specrunner.converters.core.AbstractConverterTimezone<T>
T - Date object.public abstract class AbstractConverterTimezone<T>
Create timezone information.
| Field Summary | |
|---|---|
protected static ICache<String,TimeZone> |
cacheTimezone
Cache of timezone. |
static String |
FEATURE_TIMEZONE
Feature to set timezone. |
| Constructor Summary | |
|---|---|
AbstractConverterTimezone()
|
|
| Method Summary | |
|---|---|
String |
getTimezone()
Get current timezone set. |
protected TimeZone |
getZone()
Get a timezone definition. |
void |
initialize()
Initialize something. |
void |
setTimezone(String timezone)
Set current timezone. |
| Methods inherited from class org.specrunner.converters.core.ConverterNotNullNotEmpty |
|---|
accept, convert |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static ICache<String,TimeZone> cacheTimezone
public static final String FEATURE_TIMEZONE
| Constructor Detail |
|---|
public AbstractConverterTimezone()
| Method Detail |
|---|
public String getTimezone()
public void setTimezone(String timezone)
timezone - The timezone.public void initialize()
IResetable
initialize in interface IResetableinitialize in class ConverterNotNullNotEmptyprotected TimeZone getZone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||