Class ConnectorStagingManager.StagedConnectorIdentifiers
java.lang.Object
org.sentrysoftware.metricshub.engine.strategy.detection.ConnectorStagingManager.StagedConnectorIdentifiers
- Enclosing class:
ConnectorStagingManager
Represents the staged connector identifiers for automatic detection and forced inclusion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if connectors have been staged for automatic detection.booleanChecks if connectors have been staged as forced connectors.
-
Constructor Details
-
StagedConnectorIdentifiers
public StagedConnectorIdentifiers()
-
-
Method Details
-
isAutoDetectionStaged
public boolean isAutoDetectionStaged()Checks if connectors have been staged for automatic detection.- Returns:
- True if connectors have been staged for automatic detection; otherwise, false.
-
isForcedStaging
public boolean isForcedStaging()Checks if connectors have been staged as forced connectors.- Returns:
- True if connectors have been staged as forced connectors; otherwise, false.
-