|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLStore | |
---|---|
ucar.util.prefs | The ucar.util.prefs package is an extension of the jdk1.4 package java.util.prefs. |
Uses of XMLStore in ucar.util.prefs |
---|
Methods in ucar.util.prefs that return XMLStore | |
---|---|
static XMLStore |
XMLStore.createFromFile(String fileName,
XMLStore storedDefaults)
Create an XMLStore reading from the specified filename. |
static XMLStore |
XMLStore.createFromInputStream(InputStream is1,
InputStream is2,
XMLStore storedDefaults)
Create an XMLStore reading from an input stream. |
static XMLStore |
XMLStore.createFromResource(String resourceName,
XMLStore storedDefaults)
Create a read-only XMLStore reading from the specified resource, opened as a Resource stream using the XMLStore ClassLoader. |
Methods in ucar.util.prefs with parameters of type XMLStore | |
---|---|
static XMLStore |
XMLStore.createFromFile(String fileName,
XMLStore storedDefaults)
Create an XMLStore reading from the specified filename. |
static XMLStore |
XMLStore.createFromInputStream(InputStream is1,
InputStream is2,
XMLStore storedDefaults)
Create an XMLStore reading from an input stream. |
static XMLStore |
XMLStore.createFromResource(String resourceName,
XMLStore storedDefaults)
Create a read-only XMLStore reading from the specified resource, opened as a Resource stream using the XMLStore ClassLoader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |