|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.theme.Utils
public final class Utils
| Method Summary | |
|---|---|
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 |
loadProperties(Properties properties,
String resourceName)
|
static byte[] |
readResourceAsBytes(String path)
|
static String |
readResourceAsString(String path)
|
static void |
writeFile(URL url,
String text)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String listToCsv(List<String> list)
public static List<String> csvToList(String str)
throws IOException
IOException
public static boolean contains(String[] array,
String value)
public static String cleanUp(String text)
public static byte[] readResourceAsBytes(String path)
throws IOException
IOException
public static String readResourceAsString(String path)
throws IOException
IOExceptionpublic static byte[] fetchUrl(URL url)
public static void writeFile(URL url,
String text)
throws IOException
IOException
public static void loadProperties(Properties properties,
String resourceName)
public static void loadCss(Style style,
String cssSource,
String viewName)
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||