com.sapportals.portal.appintegrator.config
Interface IConfigService
- All Known Implementing Classes:
- ConfigService
- public interface IConfigService
|
Field Summary |
static java.lang.String |
KEY
|
|
Method Summary |
java.util.Enumeration |
getAllProperties()
returns an enumeration of all property names |
java.lang.String |
getProperty(java.lang.String name)
returns the value for the given property name |
void |
setProperty(java.lang.String name,
java.lang.String value)
sets the value for the figen property |
KEY
public static final java.lang.String KEY
getProperty
public java.lang.String getProperty(java.lang.String name)
- returns the value for the given property name
getAllProperties
public java.util.Enumeration getAllProperties()
- returns an enumeration of all property names
setProperty
public void setProperty(java.lang.String name,
java.lang.String value)
- sets the value for the figen property