Package com.google.gerrit.server.git
Class UserConfigSections
- java.lang.Object
- 
- com.google.gerrit.server.git.UserConfigSections
 
- 
 public class UserConfigSections extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCHANGE_TABLEThe table column user preferences.static StringCHANGE_TABLE_COLUMNstatic StringDIFFThe diff user preferences.static StringEDITThe edit user preferences.static StringGENERALThe general user preferences.static StringKEY_IDstatic StringKEY_MATCHstatic StringKEY_TARGETstatic StringKEY_TOKENstatic StringKEY_URLstatic StringMYThe my menu user preferences.static StringURL_ALIAS
 
- 
- 
- 
Field Detail- 
GENERALpublic static final String GENERAL The general user preferences.- See Also:
- Constant Field Values
 
 - 
MYpublic static final String MY The my menu user preferences.- See Also:
- Constant Field Values
 
 - 
KEY_URLpublic static final String KEY_URL - See Also:
- Constant Field Values
 
 - 
KEY_TARGETpublic static final String KEY_TARGET - See Also:
- Constant Field Values
 
 - 
KEY_IDpublic static final String KEY_ID - See Also:
- Constant Field Values
 
 - 
URL_ALIASpublic static final String URL_ALIAS - See Also:
- Constant Field Values
 
 - 
KEY_MATCHpublic static final String KEY_MATCH - See Also:
- Constant Field Values
 
 - 
KEY_TOKENpublic static final String KEY_TOKEN - See Also:
- Constant Field Values
 
 - 
CHANGE_TABLEpublic static final String CHANGE_TABLE The table column user preferences.- See Also:
- Constant Field Values
 
 - 
CHANGE_TABLE_COLUMNpublic static final String CHANGE_TABLE_COLUMN - See Also:
- Constant Field Values
 
 - 
EDITpublic static final String EDIT The edit user preferences.- See Also:
- Constant Field Values
 
 - 
DIFFpublic static final String DIFF The diff user preferences.- See Also:
- Constant Field Values
 
 
- 
 
-