java.security
Class Provider

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by java.util.Properties
              extended by java.security.Provider
All Implemented Interfaces:
Serializable, Cloneable, Map

public abstract class Provider
extends Properties

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry
 
Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
protected Provider(String var0, double var1, String var2)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Provider

protected Provider(String var0,
                   double var1,
                   String var2)
Method Detail

clear

public void clear()
Specified by:
clear in interface Map
Overrides:
clear in class Hashtable

entrySet

public Set entrySet()
Specified by:
entrySet in interface Map
Overrides:
entrySet in class Hashtable

getInfo

public String getInfo()

getName

public String getName()

getVersion

public double getVersion()

keySet

public Set keySet()
Specified by:
keySet in interface Map
Overrides:
keySet in class Hashtable

load

public void load(InputStream var0)
          throws IOException
Overrides:
load in class Properties
Throws:
IOException

put

public Object put(Object var0,
                  Object var1)
Specified by:
put in interface Map
Overrides:
put in class Hashtable

putAll

public void putAll(Map var0)
Specified by:
putAll in interface Map
Overrides:
putAll in class Hashtable

remove

public Object remove(Object var0)
Specified by:
remove in interface Map
Overrides:
remove in class Hashtable

toString

public String toString()
Overrides:
toString in class Hashtable

values

public Collection values()
Specified by:
values in interface Map
Overrides:
values in class Hashtable


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.