java.lang.Object
com.pervasive.datarush.io.configuration.ConfigurationField
- Direct Known Subclasses:
PasswordField,TextField
An element of credential information. Typically represents a user-interface
field that the user has entered/must enter.
FileSystemProvider's
declare the expected fields via the method
FileSystemProvider#getConfigurationTemplate().
ConfigurationField's consist of a fieldName that uniquely identifies the field. In addition, the various
subclasses of ConfigurationField generally define a field value that
represents the value that the user entered (or should enter in the case of a
configuration template)- See Also:
-
Method Summary
-
Method Details
-
getFieldName
Returns the unique identifier for this field- Returns:
- the field name
-