Class SystemPropsRegistry
java.lang.Object
com.inductiveautomation.ignition.gateway.model.SystemPropsRegistry
SystemProps contributed to this registry will be presented on the Gateway.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidadd(@NotNull Collection<SystemProp<?>> props) Adds uniqueSystemPropsto the registrystatic Set<SystemProp<?>>get()
-
Method Details
-
add
Adds uniqueSystemPropsto the registry -
get
- Returns:
SystemPropsthat have been registered by Ignition and other modules.
-