public interface Theme
| Modifier and Type | Method and Description |
|---|---|
void |
build()
build this theme.
|
void |
clean()
Clean all output files or directory.
|
Object |
get(String name)
Variable.
|
File |
getAssets()
Asset directory.
|
File |
getConfigFile()
Theme configuration file.
|
Observer |
getObserver()
Theme observer.
|
File |
getPath()
Theme path
|
File |
getSource()
Source directory.
|
File |
getTemplates()
Template directory of theme.
|
File getConfigFile()
File getPath()
File getSource()
File getTemplates()
File getAssets()
void build()
Observer getObserver()
Copyright © 2015 Opoo.org. All Rights Reserved.