public class

GenerateCssAst

extends Object
java.lang.Object
   ↳ com.google.gwt.resources.css.GenerateCssAst

Class Overview

Generates a CssStylesheet from the contents of a URL.

Summary

Public Methods
static CssStylesheet exec(TreeLogger logger, URL... stylesheets)
Create a CssStylesheet from the contents of one or more URLs.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static CssStylesheet exec (TreeLogger logger, URL... stylesheets)

Create a CssStylesheet from the contents of one or more URLs. If multiple URLs are provided, the generated stylesheet will be created as though the contents of the URLs had been concatenated.

Throws
UnableToCompleteException