public class ScmWebEditorConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.nuiton.config.ApplicationConfig |
config
this application's configuration
|
static String |
CONFIG_CODE_MIRROR_VERSION_PROPERTY |
| Constructor and Description |
|---|
ScmWebEditorConfig() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getAutoSaveInterval() |
static String |
getCodeMirrorVersion() |
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() |
public static final String CONFIG_CODE_MIRROR_VERSION_PROPERTY
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 String getCodeMirrorVersion()
public static int getAutoSaveInterval()
public static ScmProvider getProvider(String scmType)
scmType - the type of SCM to useCopyright © 2009–2017 CodeLutin. All rights reserved.