public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static int |
findStatusCount(List<Status> statuses,
Status statusToFind) |
static String |
formatDuration(long duration) |
static String |
formatErrorMessage(String errorMessage,
int errorID)
Converts error message into HTML code
|
static String |
passed(boolean value) |
static String |
readFileAsString(String filePath) |
static String |
tagsToHtml(Tag[] tags) |
static void |
unzipToFile(File srcZipFile,
String destDirectory) |
public static String readFileAsString(String filePath) throws IOException
IOExceptionpublic static String passed(boolean value)
public static String formatDuration(long duration)
Copyright © 2016. All rights reserved.