Interface FileCommander

All Known Implementing Classes:
AbstractFileCommander, DefaultFileCommander

public interface FileCommander
The file commander.

Created: 2017. 12. 11.

  • Method Details

    • getDaemon

      Daemon getDaemon()
    • getCommandExecutor

      CommandExecutor getCommandExecutor()
    • requeue

      void requeue()
    • polling

      void polling()
    • getPollingInterval

      long getPollingInterval()
    • setPollingInterval

      void setPollingInterval(long pollingInterval)
    • isRequeuable

      boolean isRequeuable()