Class AbstractCheckable
java.lang.Object
io.openems.edge.core.appmanager.validator.AbstractCheckable
- All Implemented Interfaces:
Checkable
- Direct Known Subclasses:
CheckAppsNotInstalled
,CheckCardinality
,CheckHome
,CheckHost
,CheckNoComponentInstalledOfFactoryId
,CheckRelayCount
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractCheckable
(org.osgi.service.component.ComponentContext componentContext) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.openems.edge.core.appmanager.validator.Checkable
check, getErrorMessage, setProperties
-
Constructor Details
-
AbstractCheckable
public AbstractCheckable(org.osgi.service.component.ComponentContext componentContext)
-
-
Method Details
-
getComponentName
Description copied from interface:Checkable
Gets the Component Name of theCheckable
.- Specified by:
getComponentName
in interfaceCheckable
- Returns:
- the component name
-
getTranslation
-