public class Properties extends Hashtable
Modifier and Type | Field and Description |
---|---|
protected Properties |
defaults |
Constructor and Description |
---|
Properties() |
Properties(Properties var0) |
Modifier and Type | Method and Description |
---|---|
String |
getProperty(String var0) |
String |
getProperty(String var0,
String var1) |
void |
list(PrintStream var0) |
void |
list(PrintWriter var0) |
void |
load(InputStream var0) |
Enumeration |
propertyNames() |
void |
save(OutputStream var0,
String var1) |
Object |
setProperty(String var0,
String var1) |
void |
store(OutputStream var0,
String var1) |
protected Properties defaults
public Properties()
public Properties(Properties var0)
public void list(PrintStream var0)
public void list(PrintWriter var0)
public void load(InputStream var0) throws IOException
IOException
public Enumeration propertyNames()
public void save(OutputStream var0, String var1)
public void store(OutputStream var0, String var1) throws IOException
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.