|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
jet.utils.Properties
public class Properties
| Field Summary |
|---|
| Fields inherited from class java.util.Properties |
|---|
defaults |
| Constructor Summary | |
|---|---|
Properties()
|
|
| Method Summary | |
|---|---|
static Properties |
getProperties(java.lang.Object ref,
java.lang.String filename)
|
void |
load(java.io.InputStream is,
java.nio.charset.Charset charset)
|
void |
load(java.io.InputStream is,
java.lang.String charsetName)
|
| Methods inherited from class java.util.Properties |
|---|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Properties()
| Method Detail |
|---|
public void load(java.io.InputStream is,
java.lang.String charsetName)
throws java.io.IOException
java.io.IOException
public void load(java.io.InputStream is,
java.nio.charset.Charset charset)
throws java.io.IOException
java.io.IOException
public static Properties getProperties(java.lang.Object ref,
java.lang.String filename)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||