Package | Description |
---|---|
com.pervasive.datarush.io.configuration |
Provides classes and interfaces associated with filesystem configuration
|
Modifier and Type | Class and Description |
---|---|
class |
PasswordField
A
ConfigurationField that consists of secret information. |
class |
TextField
A
ConfigurationField that consists of clear text information. |
Modifier and Type | Method and Description |
---|---|
ConfigurationField |
FileConfiguration.getField(String name)
Returns the field corresponding to the given name
|
Modifier and Type | Method and Description |
---|---|
List<ConfigurationField> |
FileConfiguration.getFields()
Returns the fields of this configuration object
|
Modifier and Type | Method and Description |
---|---|
static FileConfiguration |
FileConfiguration.configuration(ConfigurationField... fields)
Creates a configuration object consisting of an ordered list of fields
|
Modifier and Type | Method and Description |
---|---|
static FileConfiguration |
FileConfiguration.configuration(List<ConfigurationField> fields)
Creates a configuration object consisting of an ordered list of fields
|
Copyright © 2016 Actian Corporation. All rights reserved.