Interface Settings


public interface Settings
  • Field Details

  • Method Details

    • getGroups

      String getGroups(String defValue)
    • setGroups

      void setGroups(String value)
    • getNextGroupId

      int getNextGroupId(int defValue)
    • setNextGroupId

      void setNextGroupId(int value)
    • create

      static Settings create(Registry registry)