Class ReadOnlyFileRecord

java.lang.Object
io.goobi.viewer.model.administration.configeditor.FileRecord
io.goobi.viewer.model.administration.configeditor.ReadOnlyFileRecord

public class ReadOnlyFileRecord extends FileRecord
A FileRecord variant that is always non-writable, used to expose read-only default configuration files (e.g. bundled defaults) in the configuration editor.
  • Constructor Details

    • ReadOnlyFileRecord

      public ReadOnlyFileRecord(Path file, int number, String fileName)
      Parameters:
      file - path to the configuration file
      number - index of this record in the file list
      fileName - Optional custom file name
  • Method Details