public interface Preferences
| Modifier and Type | Interface and Description |
|---|---|
static class |
Preferences.ColorTheme
color themes
|
| Modifier and Type | Method and Description |
|---|---|
void |
addHistory(String indexPath) |
Preferences.ColorTheme |
getColorTheme() |
String |
getDirImpl() |
List<String> |
getHistory() |
boolean |
isKeepAllCommits() |
boolean |
isNoReader() |
boolean |
isReadOnly() |
boolean |
isUseCompound() |
void |
setColorTheme(Preferences.ColorTheme theme) |
void |
setIndexOpenerPrefs(boolean readOnly,
String dirImpl,
boolean noReader,
boolean useCompound,
boolean keepAllCommits) |
void addHistory(String indexPath) throws IOException
IOExceptionboolean isReadOnly()
String getDirImpl()
boolean isNoReader()
boolean isUseCompound()
boolean isKeepAllCommits()
void setIndexOpenerPrefs(boolean readOnly,
String dirImpl,
boolean noReader,
boolean useCompound,
boolean keepAllCommits)
throws IOException
IOExceptionPreferences.ColorTheme getColorTheme()
void setColorTheme(Preferences.ColorTheme theme) throws IOException
IOExceptionCopyright © 2000-2024 Apache Software Foundation. All Rights Reserved.