public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ensureFileExists(File file) |
static String |
formatStringWithEllipsis(String s,
int length) |
static String |
getS3BucketFromObjectArn(String s3ObjectString) |
static String |
getS3KeyFromObjectArn(String s3ObjectArn) |
static List |
parseDataList(String json,
Class dataType) |
public static void ensureFileExists(File file) throws IOException
IOExceptionCopyright © 2016–2023. All rights reserved.