org.eclipse.higgins.icard.provider.cardspace.personal
Class ProviderConfiguration
java.lang.Object
org.eclipse.higgins.icard.provider.cardspace.personal.ProviderConfiguration
- All Implemented Interfaces:
- org.eclipse.higgins.registry.IConfiguration
- public class ProviderConfiguration
- extends Object
- implements org.eclipse.higgins.registry.IConfiguration
WORK_DIR
public static final String WORK_DIR
- See Also:
- Constant Field Values
ProviderConfiguration
public ProviderConfiguration(String id)
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
getWorkDir
public String getWorkDir()