Module datarush.commons
Class FileMetaConfiguration.Entry
java.lang.Object
com.pervasive.datarush.io.configuration.FileMetaConfiguration.Entry
- Enclosing class:
- FileMetaConfiguration
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.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the configuration to use for paths that start with the given prefixReturns the path prefix to be matched by this entry
-
Method Details
-
getPrefix
Returns the path prefix to be matched by this entry- Returns:
- the path prefix
-
getConfiguration
Returns the configuration to use for paths that start with the given prefix- Returns:
- the configuration to be used
-