Uses of Interface
org.jclouds.date.DateService
-
Packages that use DateService Package Description org.jclouds.date.internal org.jclouds.json.config org.jclouds.rest org.jclouds.rest.internal -
-
Uses of DateService in org.jclouds.date.internal
Classes in org.jclouds.date.internal that implement DateService Modifier and Type Class Description classSimpleDateFormatDateServiceusesSimpleDateFormatinternally.Fields in org.jclouds.date.internal declared as DateService Modifier and Type Field Description protected DateServiceDateServiceDateCodecFactory.DateServiceAsctimeCodec. dateServiceprotected DateServiceDateServiceDateCodecFactory.DateServiceIso8601Codec. dateServiceprotected DateServiceDateServiceDateCodecFactory.DateServiceIso8601SecondsCodec. dateServiceprotected DateServiceDateServiceDateCodecFactory.DateServiceRfc1123Codec. dateServiceprotected DateServiceDateServiceDateCodecFactory.DateServiceRfc822Codec. dateServiceConstructors in org.jclouds.date.internal with parameters of type DateService Constructor Description DateServiceAsctimeCodec(DateService dateService)DateServiceDateCodecFactory(DateService dateService)DateServiceIso8601Codec(DateService dateService)DateServiceIso8601SecondsCodec(DateService dateService)DateServiceRfc1123Codec(DateService dateService)DateServiceRfc822Codec(DateService dateService) -
Uses of DateService in org.jclouds.json.config
Constructors in org.jclouds.json.config with parameters of type DateService Constructor Description CDateAdapter(DateService dateService)Iso8601DateAdapter(DateService dateService) -
Uses of DateService in org.jclouds.rest
Methods in org.jclouds.rest that return DateService Modifier and Type Method Description DateServiceUtils. date() -
Uses of DateService in org.jclouds.rest.internal
Methods in org.jclouds.rest.internal that return DateService Modifier and Type Method Description DateServiceUtilsImpl. date()Constructors in org.jclouds.rest.internal with parameters of type DateService Constructor Description UtilsImpl(com.google.inject.Injector injector, Json json, XMLParser xml, HttpClient simpleClient, Crypto encryption, DateService date, com.google.common.eventbus.EventBus eventBus, Map<String,Credentials> credentialStore, Logger.LoggerFactory loggerFactory)
-