Package com.google.common.css
Interface SubstitutionMapProvider
- All Known Implementing Classes:
SimpleSplittingSubstitutionMapProvider
public interface SubstitutionMapProvider
Provides 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
-
Method Details
-
get
SubstitutionMap get()Gets the substitution map.- Returns:
- The substitution map provided by this class.
-