Module datarush.commons
Package com.pervasive.datarush.io.configuration
Provides classes and interfaces associated with filesystem configuration
-
Class Summary Class Description ConfigurationField An element of credential information.FileConfiguration Generic configuration object which consists of a list of arbitrary named fields.FileMetaConfiguration A FileMetaConfiguration is a grouping of all file configurations related to the client.FileMetaConfiguration.Entry An entry in the meta-configuration consisting of a path prefix and those configurations that are to be used for paths starting with the given prefix.Password Wraps a string into an object that is json-serialized in an encrypted format.PasswordField AConfigurationField
that consists of secret information.TextField AConfigurationField
that consists of clear text information.