Package com.salesforce.omakase.plugin
Interfaces for plugging new features into the parsing process (rework, validation, etc...).
-
Interface Summary Interface Description DependentPlugin GrammarPlugin APlugin
that provides a customTokenFactory
.ParserPlugin APlugin
that provides a customParserFactory
.Plugin A plugin that is registered during CSS processing to perform refinement, rework, validation, and more.PostProcessingPlugin APlugin
that wishes to be notified when all processing (rework and validation) is completed. -
Class Summary Class Description BasePlugin An optional basePlugin
that can be extended from or used to see which types of subscriptions are possible.