org.eclipse.osgi.framework.internal.core
Class FrameworkProperties
java.lang.Object
org.eclipse.osgi.framework.internal.core.FrameworkProperties
public class FrameworkProperties
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrameworkProperties
public FrameworkProperties()
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.