public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static Color |
convertSeverityToColor(org.jboss.jbossset.bugclerk.Severity s) |
static URI |
convertURLtoURI(URL url) |
static List<ProcessorData> |
filterByMissedFlags(List<ProcessorData> payloadData,
List<String> missedFlags) |
static List<ProcessorData> |
filterBySelectedStatus(List<ProcessorData> payloadData,
List<String> selectedStatus) |
static String |
get(Properties props,
String name) |
static String |
get(Properties props,
String name,
String defaultValue) |
static String |
getTime() |
static String |
getTime(Date date) |
static Properties |
loadProperties(String configurationFileProperty,
String configurationFileDefault) |
static Map<String,String> |
map(String... args) |
static org.jboss.jbossset.bugclerk.Severity |
maxSeverity(List<ProcessorData> payloadData) |
static org.jboss.jbossset.bugclerk.Severity |
maxSeverity(org.jboss.jbossset.bugclerk.Severity s1,
org.jboss.jbossset.bugclerk.Severity s2) |
static String |
require(Properties props,
String name) |
static void |
safeClose(Closeable closeable) |
public static void safeClose(Closeable closeable)
public static Properties loadProperties(String configurationFileProperty, String configurationFileDefault) throws IOException
IOExceptionpublic static String require(Properties props, String name)
public static String get(Properties props, String name)
public static String get(Properties props, String name, String defaultValue)
public static String getTime()
public static org.jboss.jbossset.bugclerk.Severity maxSeverity(List<ProcessorData> payloadData)
public static org.jboss.jbossset.bugclerk.Severity maxSeverity(org.jboss.jbossset.bugclerk.Severity s1,
org.jboss.jbossset.bugclerk.Severity s2)
public static Color convertSeverityToColor(org.jboss.jbossset.bugclerk.Severity s)
public static List<ProcessorData> filterBySelectedStatus(List<ProcessorData> payloadData, List<String> selectedStatus)
public static List<ProcessorData> filterByMissedFlags(List<ProcessorData> payloadData, List<String> missedFlags)
Copyright © 2017 JBoss by Red Hat. All rights reserved.