Class ExtensionPointConfig<P extends ExtensionPointProfileConfig,S>
java.lang.Object
com.inductiveautomation.ignition.gateway.config.ExtensionPointConfig<P,S>
- Type Parameters:
P
- The type of the profile configuration object instances.S
- The type of the settings configuration object instances.
Represents an extension point resource's configuration, with its associated profile configuration and type-specific
settings configuration (if any).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExtensionPointConfig
- Parameters:
profile
- The profile config, common to all instances of this extension point. This is created by decoding the resource's "profile" object.settings
- The settings config, specific to this resource's extension point subtype. This is created by decoding the resource's "settings" object (if present) using the extension point type'sExtensionPoint.decode(JsonElement)
method.- See Also:
-
-
Method Details
-
type
-
profile
-
settings
-