Package com.google.common.css
Interface SubstitutionMapProvider
-
- All Known Implementing Classes:
SimpleSplittingSubstitutionMapProvider
public interface SubstitutionMapProviderProvides substitution maps for use with command-line compilers.Any implementation should provide a parameterless constructor, as the provider is instantiated via
Class.newInstance().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubstitutionMapget()Gets the substitution map.
-
-
-
Method Detail
-
get
SubstitutionMap get()
Gets the substitution map.- Returns:
- The substitution map provided by this class.
-
-