java.lang.Object
com.pervasive.datarush.ports.PortSetting
A representation of the setting for a port configuration property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract EngineConfigapply(EngineConfig config) Creates a newEngineConfig, overriding those settings defined by the port setting.
-
Constructor Details
-
PortSetting
public PortSetting()
-
-
Method Details
-
apply
Creates a newEngineConfig, overriding those settings defined by the port setting.- Parameters:
config- the initial configuration- Returns:
- the new configuration
-