org.abraracourcix.alipes.alerters
Class FileWildCardChangeConsoleAlerter

java.lang.Object
  extended byorg.abraracourcix.alipes.alerters.FileWildCardChangeConsoleAlerter

public final class FileWildCardChangeConsoleAlerter
extends java.lang.Object

Takes a filename wildcard pattern, a stale interval, and watches those files to see if they're deleted/stale/created or change @TODO sort out the difficulty of entering wildcards on the commandline!

Author:
jdt

Method Summary
static void main(java.lang.String[] args)
          Set the wheels in motion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException,
                        java.io.IOException
Set the wheels in motion

Parameters:
args - rootfolder wildcard staletime(seconds)
Throws:
java.lang.InterruptedException - if you hit ctrl-C
java.io.IOException - if there's a prob finding the files


Copyright © 2004-2005 Abraracourcix. All Rights Reserved.