Class PreferencesParserUtil.EditPreferencesParser

java.lang.Object
com.google.gerrit.server.config.PreferencesParserUtil.EditPreferencesParser
Enclosing class:
PreferencesParserUtil

public static class PreferencesParserUtil.EditPreferencesParser extends Object
Provides methods for parsing EditPreferencesInfo configs
  • Field Details

  • Method Details

    • parse

      public EditPreferencesInfo parse(org.eclipse.jgit.lib.Config cfg, org.eclipse.jgit.lib.Config defaultCfg, EditPreferencesInfo input) throws org.eclipse.jgit.errors.ConfigInvalidException
      Throws:
      org.eclipse.jgit.errors.ConfigInvalidException
    • fromUserPreferences

      public EditPreferencesInfo fromUserPreferences(com.google.gerrit.proto.Entities.UserPreferences p, org.eclipse.jgit.lib.Config defaultCfg) throws org.eclipse.jgit.errors.ConfigInvalidException
      Throws:
      org.eclipse.jgit.errors.ConfigInvalidException
    • getJavaDefaults

      public EditPreferencesInfo getJavaDefaults()