Class Css2Gss
java.lang.Object
com.google.gwt.resources.converter.Css2Gss
Converter from Css to Gss.
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionCss2Gss
(URL resource, boolean lenient, com.google.gwt.thirdparty.guava.common.base.Predicate<String> simpleBooleanConditionPredicate, Set<URL> scopeFiles) Css2Gss
(URL url, TreeLogger logger, boolean lenientConversion, com.google.gwt.thirdparty.guava.common.base.Predicate<String> simpleBooleanConditionPredicate) Css2Gss
(URL fileUrl, TreeLogger treeLogger, boolean lenient, com.google.gwt.thirdparty.guava.common.base.Predicate<String> simpleBooleanConditionPredicate, Set<URL> scopeFiles) -
Method Summary
-
Constructor Details
-
Css2Gss
- Throws:
MalformedURLException
-
Css2Gss
-
Css2Gss
-
Css2Gss
public Css2Gss(URL fileUrl, TreeLogger treeLogger, boolean lenient, com.google.gwt.thirdparty.guava.common.base.Predicate<String> simpleBooleanConditionPredicate, Set<URL> scopeFiles) -
Css2Gss
public Css2Gss(URL url, TreeLogger logger, boolean lenientConversion, com.google.gwt.thirdparty.guava.common.base.Predicate<String> simpleBooleanConditionPredicate)
-
-
Method Details
-
toGss
- Throws:
UnableToCompleteException
-
getDefNameMapping
GSS allows only uppercase letters and numbers for a name of the constant. The constants need to be renamed in order to be compatible with GSS. This method returns a mapping between the old name and the new name compatible with GSS. -
main
-