Interface FileCommander
- All Known Implementing Classes:
AbstractFileCommander
,DefaultFileCommander
public interface FileCommander
The file commander.
Created: 2017. 12. 11.
-
Method Summary
Modifier and TypeMethodDescriptionlong
boolean
void
polling()
void
requeue()
void
setPollingInterval
(long pollingInterval)
-
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()
-