org.eclipse.higgins.iss.cardspace
Class ServiceConfiguration

java.lang.Object
  extended byorg.eclipse.higgins.iss.cardspace.ServiceConfiguration
All Implemented Interfaces:
org.eclipse.higgins.registry.IConfiguration

public class ServiceConfiguration
extends Object
implements org.eclipse.higgins.registry.IConfiguration


Field Summary
static String STS_CONFIGURATION_BASE
           
 
Constructor Summary
ServiceConfiguration(String id)
           
 
Method Summary
 String getProperty(String key)
           
 String getProperty(String key, String defaultValue)
           
 Iterator getPropertyNames()
           
 String getSTSConfigurationBase()
           
 void load(File config)
           
 void save(File config)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STS_CONFIGURATION_BASE

public static final String STS_CONFIGURATION_BASE
See Also:
Constant Field Values
Constructor Detail

ServiceConfiguration

public ServiceConfiguration(String id)
Method Detail

load

public void load(File config)
Specified by:
load in interface org.eclipse.higgins.registry.IConfiguration

save

public void save(File config)
Specified by:
save in interface org.eclipse.higgins.registry.IConfiguration

getPropertyNames

public Iterator getPropertyNames()
Specified by:
getPropertyNames in interface org.eclipse.higgins.registry.IConfiguration

getProperty

public String getProperty(String key)
Specified by:
getProperty in interface org.eclipse.higgins.registry.IConfiguration

getProperty

public String getProperty(String key,
                          String defaultValue)
Specified by:
getProperty in interface org.eclipse.higgins.registry.IConfiguration

getSTSConfigurationBase

public String getSTSConfigurationBase()