SettingsSvc Class

com.bea.ide.workspace
SettingsSvc Class

public class SettingsSvc

    extends Object

Hierarchy
Object
  SettingsSvc

Nested Class Summary

public static interfaceSettingsSvc.I

Field Summary

public static final String
IDE
Property type for global or IDE-level preferences
protected static SettingsSvc.I
instance
SettingsSvc.I
public static final String
PROJECT
Property type for project-level preferences
public static final String
WORKSPACE
Property type for workspace-level preferences
 

Constructor Summary

SettingsSvc()

 

Method Summary

public static SettingsSvc.I
get()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

IDE

public static final String IDE
Property type for global or IDE-level preferences


instance

protected static SettingsSvc.I instance


PROJECT

public static final String PROJECT
Property type for project-level preferences


WORKSPACE

public static final String WORKSPACE
Property type for workspace-level preferences

 

Constructor Detail

SettingsSvc

public SettingsSvc()
 

Method Detail

get() Method

public static SettingsSvc.I get()