Package edu.ucsb.nceas.metacat.util
Class SkinUtil
java.lang.Object
edu.ucsb.nceas.metacat.util.SkinUtil
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of available skin names by parsing a csv property from metacat.properties.static void
setSkinName
(Vector<String> names) Set the names of skin.
-
Method Details
-
getSkinNames
public static Vector<String> getSkinNames() throws edu.ucsb.nceas.utilities.PropertyNotFoundExceptionGets a list of available skin names by parsing a csv property from metacat.properties.- Returns:
- a Vector of Strings holding skin names
- Throws:
edu.ucsb.nceas.utilities.PropertyNotFoundException
-
setSkinName
Set the names of skin. We use this method for testing- Parameters:
names
- the name of skins will be set
-