Package org.jclouds.openstack.swift.domain

Examples of org.jclouds.openstack.swift.domain.ObjectInfo


                                           ImmutableList.<Object>of("container-name", new ListContainerOptions[0])))
             .caller(null);

      parser.setContext(builder.build());

      ObjectInfo objectInfo = parser.apply(stream).iterator().next();
      assertEquals(objectInfo.getName(), contentName);
   }
View Full Code Here

TOP

Related Classes of org.jclouds.openstack.swift.domain.ObjectInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.