public final class Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
cleanUp(String text) |
static boolean |
contains(String[] array,
String value) |
static List<String> |
csvToList(String str) |
static byte[] |
fetchUrl(URL url) |
static String |
listToCsv(List<String> list) |
static void |
loadCss(Style style,
String cssSource,
String viewName) |
static void |
loadCss(Style style,
String cssSource,
String viewName,
boolean merge)
Parses and loads css resources into given style element.
|
static void |
loadProperties(Properties properties,
String resourceName) |
static byte[] |
readResourceAsBytes(String path) |
static String |
readResourceAsString(String path) |
static void |
writeFile(URL url,
String text) |
public static List<String> csvToList(String str) throws IOException
IOExceptionpublic static byte[] readResourceAsBytes(String path) throws IOException
IOExceptionpublic static String readResourceAsString(String path) throws IOException
IOExceptionpublic static byte[] fetchUrl(URL url)
public static void writeFile(URL url, String text) throws IOException
IOExceptionpublic static void loadProperties(Properties properties, String resourceName)
public static void loadCss(Style style, String cssSource, String viewName, boolean merge)
Copyright © 2013 Nuxeo SA. All Rights Reserved.