public class RepositoryPreferences extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RepositoryPreferences.RepositoryInfo |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_REPOSITERY_LOCATION |
static java.lang.String |
DEFAULT_REPOSITERY_LOCATION_OLD |
static java.lang.String |
DEFAULT_REPOSITERY_NAME |
Constructor and Description |
---|
RepositoryPreferences() |
Modifier and Type | Method and Description |
---|---|
static XMLPreferences |
getPreferences() |
static java.util.ArrayList<RepositoryPreferences.RepositoryInfo> |
getRepositeries() |
static void |
load() |
static void |
setRepositeries(java.util.ArrayList<RepositoryPreferences.RepositoryInfo> values) |
public static final java.lang.String DEFAULT_REPOSITERY_NAME
public static final java.lang.String DEFAULT_REPOSITERY_LOCATION
public static final java.lang.String DEFAULT_REPOSITERY_LOCATION_OLD
public RepositoryPreferences()
public static void load()
public static XMLPreferences getPreferences()
public static java.util.ArrayList<RepositoryPreferences.RepositoryInfo> getRepositeries()
public static void setRepositeries(java.util.ArrayList<RepositoryPreferences.RepositoryInfo> values)