
public class Css2Gss extends Object
| Constructor and Description |
|---|
Css2Gss(String filePath) |
Css2Gss(URL resource,
boolean lenient) |
Css2Gss(URL fileUrl,
TreeLogger treeLogger) |
Css2Gss(URL fileUrl,
TreeLogger treeLogger,
boolean lenient) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getDefNameMapping()
GSS allows only uppercase letters and numbers for a name of the constant.
|
static void |
main(String... args) |
String |
toGss() |
public Css2Gss(String filePath) throws MalformedURLException
MalformedURLExceptionpublic Css2Gss(URL fileUrl, TreeLogger treeLogger)
public Css2Gss(URL fileUrl, TreeLogger treeLogger, boolean lenient)
public Css2Gss(URL resource, boolean lenient)
public String toGss() throws UnableToCompleteException
UnableToCompleteExceptionpublic Map<String,String> getDefNameMapping()
public static void main(String... args)
Copyright © 2018. All rights reserved.