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 Details

    • 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