Searched refs:getCommandFileWatcher (Results 1 – 3 of 3) sorted by relevance
313 public CommandFileWatcher getCommandFileWatcher(); in getCommandFileWatcher() method
1133 public synchronized CommandFileWatcher getCommandFileWatcher() { in getCommandFileWatcher() method in CommandScheduler1629 if (mReloadCmdfiles && getCommandFileWatcher().isFileWatched(cmdFile)) { in addCommandFile()1649 getCommandFileWatcher().addCmdFile(cmdFile, extraArgs, parser.getIncludedFiles()); in internalAddCommandFile()2175 getCommandFileWatcher().removeAllFiles(); in removeAllCommands()
195 public synchronized CommandFileWatcher getCommandFileWatcher() { in getCommandFileWatcher() method in CommandSchedulerTest.TestableCommandScheduler