Package com.github.sardine.impl.methods

Examples of com.github.sardine.impl.methods.HttpMove


  }

  @Override
  public void move(String sourceUrl, String destinationUrl) throws IOException
  {
    HttpMove move = new HttpMove(sourceUrl, destinationUrl);
    this.execute(move, new VoidResponseHandler());
  }
View Full Code Here

TOP

Related Classes of com.github.sardine.impl.methods.HttpMove

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.