public class Helper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Helper.QualysLogFormatter |
| Modifier and Type | Field and Description |
|---|---|
static String |
LAUNCH_SCAN_PATH |
static Comparator<ListBoxModel.Option> |
OptionItemmsComparator |
static Map<String,Map<String,String>> |
platformsList |
static String |
SCAN_RESULT_PATH |
static String |
SCAN_STATUS_PATH |
static String |
TEST_CONNECTION_PATH |
static String |
WEBAPP_DETAILS_PATH |
| Constructor and Description |
|---|
Helper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyEvaluationResultToFile(String rootDir,
String filename,
PrintStream buildLogger,
com.google.gson.JsonObject evalresult) |
static void |
createNewFile(String rootDir,
String filename,
String content,
PrintStream buildLogger) |
static Object |
execXPath(Node node,
String xPath,
QName type) |
static Object |
execXPath(String xml,
String xPath,
QName type) |
static Logger |
getLogger(String loggerName) |
static String |
secondsToReadableTime(long duration) |
public static String TEST_CONNECTION_PATH
public static String LAUNCH_SCAN_PATH
public static String WEBAPP_DETAILS_PATH
public static String SCAN_STATUS_PATH
public static String SCAN_RESULT_PATH
public static Comparator<ListBoxModel.Option> OptionItemmsComparator
public static String secondsToReadableTime(long duration)
public static void createNewFile(String rootDir, String filename, String content, PrintStream buildLogger)
public static void copyEvaluationResultToFile(String rootDir, String filename, PrintStream buildLogger, com.google.gson.JsonObject evalresult) throws IOException
IOExceptionCopyright © 2016–2021 Qualys Inc.. All rights reserved.