public class FolderThemeProvider extends Object implements ThemeProvider
| Constructor and Description |
|---|
FolderThemeProvider(File rootDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Theme |
createTheme(String name,
Theme.Type type) |
int |
getProviderPriority() |
boolean |
hasTheme(String name,
Theme.Type type) |
Set<String> |
nameSet(Theme.Type type) |
public FolderThemeProvider(File rootDir)
public int getProviderPriority()
getProviderPriority in interface ThemeProviderpublic Theme createTheme(String name, Theme.Type type) throws IOException
createTheme in interface ThemeProviderIOExceptionpublic Set<String> nameSet(Theme.Type type)
nameSet in interface ThemeProviderpublic boolean hasTheme(String name, Theme.Type type)
hasTheme in interface ThemeProviderCopyright © 2014. All Rights Reserved.