com.clickntap.developers
Class ClicknTapUi
java.lang.Object
com.clickntap.developers.ClicknTapUi
public class ClicknTapUi
- extends Object
|
Method Summary |
static void |
copy(String bucketName,
InputStream in,
String contentType,
String destinationPath,
long contentSize,
com.amazonaws.services.s3.transfer.TransferManager transferManager)
|
static void |
copy(String accessKey,
String secretKey,
String bucketName,
InputStream from,
String to,
String contentType)
|
static void |
copy(String accessKey,
String secretKey,
String bucketName,
String from,
String to,
String contentType)
|
static void |
sync()
|
static void |
sync(String accessKey,
String secretKey,
String bucketName)
|
static void |
sync(String accessKey,
String secretKey,
String bucketName,
String confFile)
|
protected static void |
syncUiDir(Map<String,String> crcMap,
String accessKey,
String secretKey,
String bucketName,
String confFile)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClicknTapUi
public ClicknTapUi()
sync
public static void sync()
throws Exception
- Throws:
Exception
sync
public static void sync(String accessKey,
String secretKey,
String bucketName,
String confFile)
throws Exception
- Throws:
Exception
sync
public static void sync(String accessKey,
String secretKey,
String bucketName)
throws Exception
- Throws:
Exception
syncUiDir
protected static void syncUiDir(Map<String,String> crcMap,
String accessKey,
String secretKey,
String bucketName,
String confFile)
throws Exception
- Throws:
Exception
copy
public static void copy(String accessKey,
String secretKey,
String bucketName,
String from,
String to,
String contentType)
throws Exception
- Throws:
Exception
copy
public static void copy(String accessKey,
String secretKey,
String bucketName,
InputStream from,
String to,
String contentType)
throws Exception
- Throws:
Exception
copy
public static void copy(String bucketName,
InputStream in,
String contentType,
String destinationPath,
long contentSize,
com.amazonaws.services.s3.transfer.TransferManager transferManager)
throws Exception
- Throws:
Exception
Copyright © 2014. All rights reserved.