aQute.bnd.settings
Class Settings

java.lang.Object
  extended by aQute.bnd.settings.Settings

public class Settings
extends Object


Field Summary
static String EMAIL
           
static String NAME
           
static String PASSWORD_SHA1
           
 
Constructor Summary
Settings()
           
 
Method Summary
 Collection<String> getKeys()
           
 PrivateKey getPrivateKey()
           
 PublicKey getPublicKey()
           
 String globalGet(String key, String def)
           
 void globalRemove(String key)
           
 void globalSet(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Settings

public Settings()
Method Detail

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.