Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.jxta.impl.membership.pse
Class PSEUtils.PSEProvider  view PSEUtils.PSEProvider download PSEUtils.PSEProvider.java

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byjava.security.Provider
                  extended bynet.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 Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from class java.security.Provider
 
Fields inherited from class java.util.Properties
defaults
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
PSEUtils.PSEProvider()
           
 
Method Summary
 java.lang.String getProperty(java.lang.String key)
          Gets the property with the specified key in this property list.
 java.lang.String getProperty(java.lang.String key, java.lang.String defaultValue)
          Gets the property with the specified key in this property list.
 
Methods inherited from class java.security.Provider
clear, get, getInfo, getName, getVersion, put, remove, toString
 
Methods inherited from class java.util.Properties
list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, putAll, rehash, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PSEUtils.PSEProvider

public PSEUtils.PSEProvider()
Method Detail

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.