Class PropertiesPaletteParser
- java.lang.Object
-
- org.nuxeo.theme.styling.service.palettes.PaletteParser
-
- org.nuxeo.theme.styling.service.palettes.PropertiesPaletteParser
-
public class PropertiesPaletteParser extends PaletteParser
-
-
Constructor Summary
Constructors Constructor Description PropertiesPaletteParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
checkSanity(byte[] bytes)
static Map<String,String>
parse(byte[] bytes)
-
Methods inherited from class org.nuxeo.theme.styling.service.palettes.PaletteParser
parse, parse, parse, rgbToHex
-
-
-
-
Constructor Detail
-
PropertiesPaletteParser
public PropertiesPaletteParser()
-
-
Method Detail
-
checkSanity
public static boolean checkSanity(byte[] bytes)
-
-