org.eclipse.osgi.framework.internal.core
Class FrameworkProperties
java.lang.Object
org.eclipse.osgi.framework.internal.core.FrameworkProperties
public class FrameworkProperties
- extends java.lang.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 java.util.Properties getProperties()
getProperty
public static java.lang.String getProperty(java.lang.String key)
getProperty
public static java.lang.String getProperty(java.lang.String key,
java.lang.String defaultValue)
setProperty
public static java.lang.String setProperty(java.lang.String key,
java.lang.String value)
clearProperty
public static java.lang.String clearProperty(java.lang.String key)
setProperties
public static void setProperties(java.util.Map input)
inUse
public static boolean inUse()
initializeProperties
public static void initializeProperties()
decode
public static java.lang.String decode(java.lang.String urlString)
Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.