public abstract class Provider extends Properties
defaults
Modifier | Constructor and Description |
---|---|
protected |
Provider(String var0,
double var1,
String var2) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Set |
entrySet() |
String |
getInfo() |
String |
getName() |
double |
getVersion() |
Set |
keySet() |
void |
load(InputStream var0) |
Object |
put(Object var0,
Object var1) |
void |
putAll(Map var0) |
Object |
remove(Object var0) |
String |
toString() |
Collection |
values() |
getProperty, getProperty, list, list, propertyNames, save, setProperty, store
public Set entrySet()
public String getInfo()
public String getName()
public double getVersion()
public Set keySet()
public void load(InputStream var0) throws IOException
load
in class Properties
IOException
public void putAll(Map var0)
public Collection values()
Copyright © 2006–2013 OSGi Alliance. All rights reserved.