public class ScmWebEditorConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.nuiton.config.ApplicationConfig |
config
this application's configuration
|
| Constructor and Description |
|---|
ScmWebEditorConfig() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getAutoSaveInterval() |
static org.nuiton.config.ApplicationConfig |
getConfig(String... args)
Gives the configuration options for this application
|
static List<String> |
getEditableFiles() |
static String |
getKey() |
static String |
getLocalRepositoriesPath() |
static ScmProvider |
getProvider(String scmType)
Gives an instance of the provider for the given SCM type
|
static Map<String,String> |
getProviders() |
static String |
getVersion() |
protected static org.nuiton.config.ApplicationConfig config
public static org.nuiton.config.ApplicationConfig getConfig(String... args)
args - the arguments to use when creating the configurationpublic static String getLocalRepositoriesPath()
public static String getKey()
public static String getVersion()
public static int getAutoSaveInterval()
public static ScmProvider getProvider(String scmType)
scmType - the type of SCM to useCopyright © 2009–2015 CodeLutin. All rights reserved.