Interface ThemeManager

    • Method Detail

      • getTheme

        Theme getTheme​(Theme.Type type)
                throws IOException
        Returns the theme for the specified type. The theme is determined by the theme selector.
        Parameters:
        type -
        Returns:
        Throws:
        IOException
      • nameSet

        Set<String> nameSet​(Theme.Type type)
        Returns a set of all theme names for the specified type.
        Parameters:
        type -
        Returns:
      • isCacheEnabled

        boolean isCacheEnabled()
      • clearCache

        void clearCache()