java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
java.security.Provider
net.jxta.impl.membership.pse.PSEUtils.PSEProvider
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- Enclosing class:
- PSEUtils
- public static class PSEUtils.PSEProvider
- extends java.security.Provider
A provider we construct. This provider primarily exists to provide
aliases for
| Nested classes inherited from class java.util.Hashtable |
|
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Fields inherited from class java.security.Provider |
|
| Fields inherited from class java.util.Hashtable |
|
| Methods inherited from class java.util.Hashtable |
clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, putAll, rehash, size, values |
PSEUtils.PSEProvider
public PSEUtils.PSEProvider()
getProperty
public java.lang.String getProperty(java.lang.String key)
- Description copied from class:
java.util.Properties
- Gets the property with the specified key in this property list.
If the key is not found, the default property list is searched.
If the property is not found in the default, null is returned.
getProperty
public java.lang.String getProperty(java.lang.String key,
java.lang.String defaultValue)
- Description copied from class:
java.util.Properties
- Gets the property with the specified key in this property list. If
the key is not found, the default property list is searched. If the
property is not found in the default, the specified defaultValue is
returned.