|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.ide.shared.SonarProperties
@Deprecated public final class SonarProperties
| Field Summary | |
|---|---|
static String |
FILENAME
Deprecated. |
static String |
HOST_DEFAULT
Deprecated. |
static String |
HOST_PROPERTY
Deprecated. |
static Logger |
LOG
Deprecated. |
static String |
PASSWORD_PROPERTY
Deprecated. |
static String |
USERNAME_PROPERTY
Deprecated. |
| Constructor Summary | |
|---|---|
SonarProperties(String path)
Deprecated. |
|
| Method Summary | |
|---|---|
static void |
closeStream(Closeable stream)
Deprecated. |
static String |
getDefaultPath()
Deprecated. |
org.sonar.wsclient.Host |
getServer()
Deprecated. |
static Properties |
load(String filename)
Deprecated. |
void |
reload()
Deprecated. |
void |
save()
Deprecated. |
static void |
save(Properties properties,
String filename)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Logger LOG
public static final String FILENAME
public static final String HOST_DEFAULT
public static final String HOST_PROPERTY
public static final String USERNAME_PROPERTY
public static final String PASSWORD_PROPERTY
| Constructor Detail |
|---|
public SonarProperties(String path)
| Method Detail |
|---|
public org.sonar.wsclient.Host getServer()
public void reload()
public void save()
public static Properties load(String filename)
public static void save(Properties properties,
String filename)
public static String getDefaultPath()
public static void closeStream(Closeable stream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||