Searched refs:getCommandFileWatcher (Results 1 – 2 of 2) sorted by relevance
918 public synchronized CommandFileWatcher getCommandFileWatcher() { in getCommandFileWatcher() method in CommandScheduler1359 if (mReloadCmdfiles && getCommandFileWatcher().isFileWatched(cmdFile)) { in addCommandFile()1380 getCommandFileWatcher().addCmdFile(cmdFile, extraArgs, parser.getIncludedFiles()); in internalAddCommandFile()1770 getCommandFileWatcher().removeAllFiles(); in removeAllCommands()
298 public CommandFileWatcher getCommandFileWatcher(); in getCommandFileWatcher() method