public class SkinUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areSkinsConfigured()
Reports whether skins are fully configured.
|
static java.util.Vector<java.lang.String> |
getSkinNames()
Gets a list of available skin names by parsing a csv property from
metacat.properties.
|
static void |
setSkinName(java.util.Vector<java.lang.String> names)
Set the names of skin.
|
public static boolean areSkinsConfigured()
throws MetacatUtilException
MetacatUtilExceptionpublic static java.util.Vector<java.lang.String> getSkinNames()
throws edu.ucsb.nceas.utilities.PropertyNotFoundException
edu.ucsb.nceas.utilities.PropertyNotFoundExceptionpublic static void setSkinName(java.util.Vector<java.lang.String> names)
names - the name of skins will be setCopyright © 2023 Regents of the University of California. All Rights Reserved.