com.sapportals.portal.prt.service
Interface IServiceConfig
- public interface IServiceConfig
The service config
|
Method Summary |
java.util.Enumeration |
getProperties()
Gets an enumeration of property names |
java.lang.String |
getProperty(java.lang.String propertyName)
Gets the value of the specified property |
getProperty
public java.lang.String getProperty(java.lang.String propertyName)
- Gets the value of the specified property
- Returns:
- the value as a String or null
getProperties
public java.util.Enumeration getProperties()
- Gets an enumeration of property names