public class Settings extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EMAIL |
static String |
NAME |
static String |
PASSWORD_SHA1 |
| Constructor and Description |
|---|
Settings() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getKeys() |
PrivateKey |
getPrivateKey() |
PublicKey |
getPublicKey() |
String |
globalGet(String key,
String def) |
void |
globalRemove(String key) |
void |
globalSet(String key,
String value) |
public static final String EMAIL
public static final String NAME
public static final String PASSWORD_SHA1
public void globalSet(String key, String value) throws BackingStoreException
BackingStoreExceptionpublic Collection<String> getKeys() throws BackingStoreException
BackingStoreExceptionpublic void globalRemove(String key) throws BackingStoreException
BackingStoreExceptionpublic PrivateKey getPrivateKey() throws Exception
ExceptionCopyright © 2015 aQute SARL. All Rights Reserved.