aQute.bnd.settings
Class Settings
java.lang.Object
aQute.bnd.settings.Settings
public class Settings
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMAIL
public static final String EMAIL
- See Also:
- Constant Field Values
NAME
public static final String NAME
- See Also:
- Constant Field Values
PASSWORD_SHA1
public static final String PASSWORD_SHA1
- See Also:
- Constant Field Values
Settings
public Settings()
globalGet
public String globalGet(String key,
String def)
globalSet
public void globalSet(String key,
String value)
throws BackingStoreException
- Throws:
BackingStoreException
getKeys
public Collection<String> getKeys()
throws BackingStoreException
- Throws:
BackingStoreException
globalRemove
public void globalRemove(String key)
throws BackingStoreException
- Throws:
BackingStoreException
getPrivateKey
public PrivateKey getPrivateKey()
throws Exception
- Throws:
Exception
getPublicKey
public PublicKey getPublicKey()
throws Exception
- Throws:
Exception
Copyright © 2012 aQute SARL. All Rights Reserved.