org.sonar.ide.shared
Class SonarProperties

java.lang.Object
  extended by org.sonar.ide.shared.SonarProperties

Deprecated. since 0.2

@Deprecated
public final class SonarProperties
extends Object


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

LOG

public static final Logger LOG
Deprecated. 

FILENAME

public static final String FILENAME
Deprecated. 
See Also:
Constant Field Values

HOST_DEFAULT

public static final String HOST_DEFAULT
Deprecated. 
See Also:
Constant Field Values

HOST_PROPERTY

public static final String HOST_PROPERTY
Deprecated. 
See Also:
Constant Field Values

USERNAME_PROPERTY

public static final String USERNAME_PROPERTY
Deprecated. 
See Also:
Constant Field Values

PASSWORD_PROPERTY

public static final String PASSWORD_PROPERTY
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SonarProperties

public SonarProperties(String path)
Deprecated. 
Method Detail

getServer

public org.sonar.wsclient.Host getServer()
Deprecated. 

reload

public void reload()
Deprecated. 

save

public void save()
Deprecated. 

load

public static Properties load(String filename)
Deprecated. 

save

public static void save(Properties properties,
                        String filename)
Deprecated. 

getDefaultPath

public static String getDefaultPath()
Deprecated. 

closeStream

public static void closeStream(Closeable stream)
Deprecated. 


Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.