Module datarush.commons
Class FileMetaConfiguration.Entry
- java.lang.Object
-
- com.pervasive.datarush.io.configuration.FileMetaConfiguration.Entry
-
- Enclosing class:
- FileMetaConfiguration
public static final class FileMetaConfiguration.Entry extends Object
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileConfiguration
getConfiguration()
Returns the configuration to use for paths that start with the given prefixString
getPrefix()
Returns the path prefix to be matched by this entry
-
-
-
Method Detail
-
getPrefix
public String getPrefix()
Returns the path prefix to be matched by this entry- Returns:
- the path prefix
-
getConfiguration
public FileConfiguration getConfiguration()
Returns the configuration to use for paths that start with the given prefix- Returns:
- the configuration to be used
-
-