Interface ThemeBuilder

  • All Known Implementing Classes:
    ThemeBuilderImpl

    public interface ThemeBuilder
    Author:
    Filip Hrisafov
    • Method Detail

      • option

        ThemeBuilder option​(String name,
                            String value)
        Add an option for the theme
        Parameters:
        name - the option name
        value - the option value
      • save

        Theme save()
        Save the theme. It would either create a new one or update an existing one.