org.eclipse.osgi.framework.internal.core
Class FrameworkProperties

java.lang.Object
  extended by org.eclipse.osgi.framework.internal.core.FrameworkProperties

public class FrameworkProperties
extends Object


Constructor Summary
FrameworkProperties()
           
 
Method Summary
static String clearProperty(String key)
           
static String decode(String urlString)
           
static Properties getProperties()
           
static String getProperty(String key)
           
static String getProperty(String key, String defaultValue)
           
static void initializeProperties()
           
static boolean inUse()
           
static void setProperties(Map<String,String> input)
           
static String setProperty(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameworkProperties

public FrameworkProperties()
Method Detail

getProperties

public static Properties getProperties()

getProperty

public static String getProperty(String key)

getProperty

public static String getProperty(String key,
                                 String defaultValue)

setProperty

public static String setProperty(String key,
                                 String value)

clearProperty

public static String clearProperty(String key)

setProperties

public static void setProperties(Map<String,String> input)

inUse

public static boolean inUse()

initializeProperties

public static void initializeProperties()

decode

public static String decode(String urlString)


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.