Interface SettingsLoader
-
- All Known Implementing Classes:
PropertyFileSettingsLoader
public interface SettingsLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JmxSettings
getJmxSettings()
LiveScoutSettings
getLiveScoutSettings()
-
-
-
Method Detail
-
getJmxSettings
JmxSettings getJmxSettings() throws SdkException
- Throws:
SdkException
-
getLiveScoutSettings
LiveScoutSettings getLiveScoutSettings() throws SdkException
- Throws:
SdkException
-
-