Interface FileRepo.Config

Enclosing class:
FileRepo

static interface FileRepo.Config
  • Method Details

    • name

      String name()
    • location

      String location()
    • readonly

      boolean readonly()
    • trace

      boolean trace()
    • index

      boolean index()
    • cmd_path

      String cmd_path()
    • cmd_shell

      String cmd_shell()
    • cmd_init

      String cmd_init()
    • cmd_open

      String cmd_open()
    • cmd_after_put

      String cmd_after_put()
    • cmd_before_put

      String cmd_before_put()
    • cmd_abort_put

      String cmd_abort_put()
    • cmd_before_get

      String cmd_before_get()
    • cmd_after_action

      String cmd_after_action()
    • cmd_refresh

      String cmd_refresh()
    • cmd_close

      String cmd_close()