Class ListOfKeyValuesDelimitedByBlankLinesToStandardDriveSet
- java.lang.Object
-
- org.jclouds.elasticstack.functions.ListOfKeyValuesDelimitedByBlankLinesToStandardDriveSet
-
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,Set<StandardDrive>>
,Function<HttpResponse,Set<StandardDrive>>
@Singleton public class ListOfKeyValuesDelimitedByBlankLinesToStandardDriveSet extends Object implements com.google.common.base.Function<HttpResponse,Set<StandardDrive>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<StandardDrive>
apply(HttpResponse response)
-
-
-
Method Detail
-
apply
public Set<StandardDrive> apply(HttpResponse response)
- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,Set<StandardDrive>>
- Specified by:
apply
in interfaceFunction<HttpResponse,Set<StandardDrive>>
-
-