Package org.robolectric
Class MavenRoboSettings
- java.lang.Object
-
- org.robolectric.MavenRoboSettings
-
@Deprecated public class MavenRoboSettings extends Object
Deprecated.Don't put more stuff here.Class that encapsulates reading global configuration options from the Java system properties file.
-
-
Constructor Summary
Constructors Constructor Description MavenRoboSettings()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
getMavenRepositoryId()
Deprecated.static String
getMavenRepositoryPassword()
Deprecated.static String
getMavenRepositoryUrl()
Deprecated.static String
getMavenRepositoryUserName()
Deprecated.static void
setMavenRepositoryId(String mavenRepositoryId)
Deprecated.static void
setMavenRepositoryPassword(String mavenRepositoryPassword)
Deprecated.static void
setMavenRepositoryUrl(String mavenRepositoryUrl)
Deprecated.static void
setMavenRepositoryUserName(String mavenRepositoryUserName)
Deprecated.
-
-
-
Method Detail
-
getMavenRepositoryId
public static String getMavenRepositoryId()
Deprecated.
-
setMavenRepositoryId
public static void setMavenRepositoryId(String mavenRepositoryId)
Deprecated.
-
getMavenRepositoryUrl
public static String getMavenRepositoryUrl()
Deprecated.
-
setMavenRepositoryUrl
public static void setMavenRepositoryUrl(String mavenRepositoryUrl)
Deprecated.
-
getMavenRepositoryUserName
public static String getMavenRepositoryUserName()
Deprecated.
-
setMavenRepositoryUserName
public static void setMavenRepositoryUserName(String mavenRepositoryUserName)
Deprecated.
-
getMavenRepositoryPassword
public static String getMavenRepositoryPassword()
Deprecated.
-
setMavenRepositoryPassword
public static void setMavenRepositoryPassword(String mavenRepositoryPassword)
Deprecated.
-
-