public class FrameworkProperties extends Object
Constructor and Description |
---|
FrameworkProperties() |
Modifier and Type | Method and Description |
---|---|
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) |
public static Properties getProperties()
public static boolean inUse()
public static void initializeProperties()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.