com.go.trove.util
Interface Config
- All Known Subinterfaces:
- PluginConfig, PluginFactoryConfig
- All Known Implementing Classes:
- ConfigSupport
- public interface Config
The Config interface encapulates the most commonly used resources when
configuring an object.
- Version:
- 1 - 01/03/23
- Author:
- Scott Jappinen
|
Method Summary |
Log |
getLog()
Returns a log object that the target for this config object
should use for reporting information pertaining to the
operation of the target. |
PropertyMap |
getProperties()
Returns initialization parameters in an easier to use map format. |
getProperties
public PropertyMap getProperties()
- Returns initialization parameters in an easier to use map format.
getLog
public Log getLog()
- Returns a log object that the target for this config object
should use for reporting information pertaining to the
operation of the target.