java.lang.Object
io.goobi.viewer.model.administration.configeditor.FilesListing
All Implemented Interfaces:
Serializable

public class FilesListing extends Object implements Serializable
Builds and caches the list of FileRecord entries shown in the configuration editor, scanning the configured directories and appending read-only default configuration files.
See Also:
  • Constructor Details

    • FilesListing

      public FilesListing()
  • Method Details

    • refresh

      public void refresh()
    • getFileRecords

      public List<FileRecord> getFileRecords()
    • getFileRecordsModel

      public DataModel<FileRecord> getFileRecordsModel()
    • getMaxBackups

      public int getMaxBackups()