Package com.woorea.openstack.swift.api

Examples of com.woorea.openstack.swift.api.AccountResource


  private final ContainersResource CONTAINERS;
 
  public Swift(String endpoint, OpenStackClientConnector connector) {
    super(endpoint, connector);
    CONTAINERS = new ContainersResource(this);
    ACCOUNT = new AccountResource(this);
  }
View Full Code Here

TOP

Related Classes of com.woorea.openstack.swift.api.AccountResource

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.