public class BundleSettingStore
Modifiers | Name | Description |
---|---|---|
protected String |
bundleId |
|
protected String |
parentSettingFolder |
|
protected String |
projectDir |
Constructor and description |
---|
BundleSettingStore
(String projectDir, String bundleId, boolean isExternal) |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
getBoolean(String key, boolean defaultValue) |
|
public int |
getInt(String key, int defaultValue) |
|
protected File |
getPropertyFile() |
|
public String |
getString(String key, String defaultValue) |
|
public String |
getStringProperty(String key, String defaultValue, boolean shouldDecrypt) |
|
public void |
removeProperties(Collection<String> keys) |
|
public void |
setProperty(String key, int value) |
|
public void |
setProperty(String key, long value) |
|
public void |
setProperty(String key, String value) |
|
public void |
setProperty(String key, boolean value) |
|
public void |
setStringProperty(String key, String rawValue, boolean shouldEncrypt) |