Package com.google.common.css
package com.google.common.css
-
ClassDescriptionAbstractCommandLineCompiler<T extends JobDescription>An abstract class that is designed to be extended by classes that provide a command line interface to the CSS parser.
ExitCodeHandlerhandles a request to exit with a specified exit code.Provides maps of custom GSS functions for use with command-line compilers.IdentitySubstitutionMapis a trivial implementation ofSubstitutionMapthat returns the key as the value for the requested key.Provides inputs and options to Closure Stylesheets.The input orientation.The optimization strategy.The output format.The output orientation.The source map generation levels.Aids in the creation of inputs for the compiler.Gives access to a node's location in the original source code.MinimalSubstitutionMap is a SubstitutionMap that renames CSS classes to the shortest string possible.MultipleMappingSubstitutionMapis a special type ofSubstitutionMapthat can create multiple mappings for a single lookup.Contains both the value and mappings returned byMultipleMappingSubstitutionMap.getValueWithMappings(String).Defines the values for the --output-renaming-map-format flag in Closure Stylesheets.ASubstitutionMapimplementation that prefixes the renamed CSS class names (provided by a delegate substitution map).This class usesSplittingSubstitutionMapto split css class names to their parts and thenSimpleSubstitutionMapto append an underscore to each part.Provides aSimpleSplittingSubstitutionMapfor use via the command-line compiler.A SubstitutionMap that trivially renames its CSS classes by adding an underscore.This is a wrapper for a file that will be compiled.Represents a line of source code, together with an associated "indicator" line.A location in source code.This describes a point in a string.Aids in the creation of source code locations.The CSS class substitution map which splits CSS class names on the "-" (dash) character and processes them separately using a delegate substitution map.An interface for a one-to-one string mapping function.A substitution map that can be reconsitituted from saved mappings.Provides substitution maps for use with command-line compilers.A browser vendor that provides non-standard CSS properties that can be identified by a special prefix.