public class RoboSettings
extends java.lang.Object
Class that encapsulates reading global configuration options from the Java system properties file.
Constructor and Description |
---|
RoboSettings() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getMavenRepositoryId() |
static java.lang.String |
getMavenRepositoryPassword() |
static java.lang.String |
getMavenRepositoryUrl() |
static java.lang.String |
getMavenRepositoryUserName() |
static boolean |
isUseGlobalScheduler() |
static void |
setMavenRepositoryId(java.lang.String mavenRepositoryId) |
static void |
setMavenRepositoryPassword(java.lang.String mavenRepositoryPassword) |
static void |
setMavenRepositoryUrl(java.lang.String mavenRepositoryUrl) |
static void |
setMavenRepositoryUserName(java.lang.String mavenRepositoryUserName) |
static void |
setUseGlobalScheduler(boolean useGlobalScheduler) |
public static java.lang.String getMavenRepositoryId()
public static void setMavenRepositoryId(java.lang.String mavenRepositoryId)
public static java.lang.String getMavenRepositoryUrl()
public static void setMavenRepositoryUrl(java.lang.String mavenRepositoryUrl)
public static java.lang.String getMavenRepositoryUserName()
public static void setMavenRepositoryUserName(java.lang.String mavenRepositoryUserName)
public static java.lang.String getMavenRepositoryPassword()
public static void setMavenRepositoryPassword(java.lang.String mavenRepositoryPassword)
public static boolean isUseGlobalScheduler()
public static void setUseGlobalScheduler(boolean useGlobalScheduler)