Class HostConfiguration
java.lang.Object
org.sentrysoftware.metricshub.engine.configuration.HostConfiguration
The HostConfiguration class represents the configuration for a host in the MetricsHub engine.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetermineAcceptedSources(boolean isLocalhost, ExtensionManager extensionManager) Determine the accepted sources that can be executed using the current engine configuration
-
Constructor Details
-
HostConfiguration
public HostConfiguration()
-
-
Method Details
-
determineAcceptedSources
public Set<Class<? extends Source>> determineAcceptedSources(boolean isLocalhost, ExtensionManager extensionManager) Determine the accepted sources that can be executed using the current engine configuration- Parameters:
isLocalhost- Whether the host should be localhost or not.extensionManager- Where all the extensions are managed.- Returns:
Setof accepted source types
-