125126127128129130131
* file. * @param fileName the absolute path of the file to tail * @return a tail source */ public SimpleTailSource tail(int delayInMillis, String fileName) { return new SimpleTailSource(delayInMillis, fileName); }