com.google.gwt.resources.css
Class GenerateCssAst

java.lang.Object
  extended by com.google.gwt.resources.css.GenerateCssAst

public class GenerateCssAst
extends java.lang.Object

Generates a CssStylesheet from the contents of a URL.


Method Summary
static CssStylesheet exec(TreeLogger logger, java.net.URL... stylesheets)
          Create a CssStylesheet from the contents of one or more URLs.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

exec

public static CssStylesheet exec(TreeLogger logger,
                                 java.net.URL... stylesheets)
                          throws UnableToCompleteException
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