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 void
add
(@NotNull Collection<SystemProp<?>> props) Adds uniqueSystemProps
to the registrystatic Set<SystemProp<?>>
get()
-
Method Details
-
add
Adds uniqueSystemProps
to the registry -
get
- Returns:
SystemProps
that have been registered by Ignition and other modules.
-