> + String contentName = "swift-test-content-%x-1401395399020";
> +
> + String jsonObjectList =
> + "[{\"last_modified\": \"2014-05-29T20:30:03.845660\", " +
> + "\"bytes\": 19, " +
> + "\"name\": \"" + contentName + "\", " +
> + "\"content_type\": \"application/unknown\"}]";
> +
> + InputStream stream = Strings2.toInputStream(jsonObjectList);
> +
> + ParseObjectInfoListFromJsonResponse parser =
> + new ParseObjectInfoListFromJsonResponse(new GsonWrapper(new
> Gson()));
> +
> + List<Object> args = new ArrayList<Object>();
> + args.add("container-name");
> + args.add(new ListContainerOptions[0]);
`ImmutableList.of("container-name", new ListContainerOptions[0])` and inline
this?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/388/files#r13251316