Package com.google.common.css
Interface GssFunctionMapProvider
- All Known Implementing Classes:
DefaultGssFunctionMapProvider
public interface GssFunctionMapProvider
Provides maps of custom GSS functions for use with command-line compilers.
Any implementation should provide a parameterless constructor, as the
provider is instantiated via Class.newInstance().
-
Method Summary
-
Method Details
-
get
Gets the map of custom GSS functions for the given class.- Type Parameters:
F- the interface implemented by the GSS functions- Parameters:
gssFunctionClass- the class ofF- Returns:
- a map from each custom function name to its implementation
-