@Singleton public static class NovaEC2ParserModule.Iso8601WithDashesTreatedAsNullDateService extends Object implements DateService
Constructor and Description |
---|
NovaEC2ParserModule.Iso8601WithDashesTreatedAsNullDateService(SimpleDateFormatDateService service) |
Modifier and Type | Method and Description |
---|---|
String |
cDateFormat() |
String |
cDateFormat(Date date) |
Date |
cDateParse(String toParse) |
Date |
fromSeconds(long seconds) |
String |
iso8601DateFormat() |
String |
iso8601DateFormat(Date date) |
Date |
iso8601DateParse(String toParse) |
String |
iso8601SecondsDateFormat() |
String |
iso8601SecondsDateFormat(Date dateTime) |
Date |
iso8601SecondsDateParse(String toParse) |
String |
rfc1123DateFormat() |
String |
rfc1123DateFormat(Date date) |
Date |
rfc1123DateParse(String toParse) |
String |
rfc822DateFormat() |
String |
rfc822DateFormat(Date date) |
Date |
rfc822DateParse(String toParse) |
@Inject public NovaEC2ParserModule.Iso8601WithDashesTreatedAsNullDateService(SimpleDateFormatDateService service)
public Date fromSeconds(long seconds)
fromSeconds
in interface DateService
public String cDateFormat(Date date)
cDateFormat
in interface DateService
public String cDateFormat()
cDateFormat
in interface DateService
public Date cDateParse(String toParse)
cDateParse
in interface DateService
toParse
- text to parsepublic String rfc822DateFormat(Date date)
rfc822DateFormat
in interface DateService
public String rfc822DateFormat()
rfc822DateFormat
in interface DateService
public Date rfc822DateParse(String toParse)
rfc822DateParse
in interface DateService
toParse
- text to parsepublic String iso8601SecondsDateFormat(Date dateTime)
iso8601SecondsDateFormat
in interface DateService
public String iso8601SecondsDateFormat()
iso8601SecondsDateFormat
in interface DateService
public String iso8601DateFormat(Date date)
iso8601DateFormat
in interface DateService
public String iso8601DateFormat()
iso8601DateFormat
in interface DateService
public Date iso8601DateParse(String toParse)
iso8601DateParse
in interface DateService
toParse
- text to parsepublic Date iso8601SecondsDateParse(String toParse)
iso8601SecondsDateParse
in interface DateService
toParse
- text to parsepublic String rfc1123DateFormat(Date date)
rfc1123DateFormat
in interface DateService
public String rfc1123DateFormat()
rfc1123DateFormat
in interface DateService
public Date rfc1123DateParse(String toParse)
rfc1123DateParse
in interface DateService
toParse
- text to parseCopyright © 2009-2012 jclouds. All Rights Reserved.