com.togethersoft.openapi.ide.config
Interface IdeConfig
- public interface IdeConfig
- extends IProperties
Contains methods for getting and changing the values of properties.
The value of a property can be set using putProperty(String key, String value) method.
The value of a property can be obtained using getProperty(String key, String dafaultValue) method.
Both methods are defined in com.togethersoft.openapi.util.properties.IProperties interface
- Author:
- TogetherSoft
- Since: Together 3.0
- See Also: IProperties
| Fields inherited from interface com.togethersoft.openapi.util.properties.IProperties |
NULL |