public interface Settings
MeasureComputer| Modifier and Type | Method and Description | 
|---|---|
| String | getString(String key)Returns the property as a string
 Matching on key is case sensitive | 
| String[] | getStringArray(String key)Returns the property as a an array
 Returns an empty array if no property is found for this key
 Matching on key is case sensitive | 
@CheckForNull String getString(String key)
String[] getStringArray(String key)
Copyright © 2009–2016 SonarSource. All rights reserved.