Package com.google.gerrit.server.git
Class UserConfigSections
- java.lang.Object
 - 
- com.google.gerrit.server.git.UserConfigSections
 
 
- 
public class UserConfigSections extends Object
 
- 
- 
Field Summary
Fields 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_TARGETstatic StringKEY_URLstatic StringMYThe my menu user preferences. 
 - 
 
- 
- 
Field Detail
- 
GENERAL
public static final String GENERAL
The general user preferences.- See Also:
 - Constant Field Values
 
 
- 
MY
public static final String MY
The my menu user preferences.- See Also:
 - Constant Field Values
 
 
- 
KEY_URL
public static final String KEY_URL
- See Also:
 - Constant Field Values
 
 
- 
KEY_TARGET
public static final String KEY_TARGET
- See Also:
 - Constant Field Values
 
 
- 
KEY_ID
public static final String KEY_ID
- See Also:
 - Constant Field Values
 
 
- 
CHANGE_TABLE
public static final String CHANGE_TABLE
The table column user preferences.- See Also:
 - Constant Field Values
 
 
- 
CHANGE_TABLE_COLUMN
public static final String CHANGE_TABLE_COLUMN
- See Also:
 - Constant Field Values
 
 
- 
EDIT
public static final String EDIT
The edit user preferences.- See Also:
 - Constant Field Values
 
 
- 
DIFF
public static final String DIFF
The diff user preferences.- See Also:
 - Constant Field Values
 
 
 - 
 
 -