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
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.
-
Constructor Details
-
MavenRoboSettings
public MavenRoboSettings()Deprecated.
-
-
Method Details
-
getMavenRepositoryId
Deprecated. -
setMavenRepositoryId
Deprecated. -
getMavenRepositoryUrl
Deprecated. -
setMavenRepositoryUrl
Deprecated. -
getMavenRepositoryUserName
Deprecated. -
setMavenRepositoryUserName
Deprecated. -
getMavenRepositoryPassword
Deprecated. -
setMavenRepositoryPassword
Deprecated.
-