public interface ThemePreProcessor
ThemeBuilder
and invoked on
each theme processed
Pre processors are invoked after overlays for the theme have been applied, but before any merging and minification. Therefore they can create or modify assets for the theme
Pre processors may also have configuration that is supplied through the theme properties
Modifier and Type | Method and Description |
---|---|
void |
processTheme(String themeName,
File themeDirectory,
Properties themeProperties)
Invoked to perform processing on the given theme
|
void processTheme(String themeName, File themeDirectory, Properties themeProperties)
themeName
- name of the theme to processthemeDirectory
- directory containing the theme assetsthemeProperties
- properties for the theme containing its configurationCopyright © 2005–2016 The Kuali Foundation. All rights reserved.