org.gradle.api.changedetection
Class ChangeDetecter

java.lang.Object
  extended by org.gradle.api.changedetection.ChangeDetecter

public class ChangeDetecter
extends java.lang.Object

Detects file changes in a directory and informs a ChangeProcessor about the changes.


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

Constructor Detail

ChangeDetecter

public ChangeDetecter()
Method Detail

main

public static void main(java.lang.String[] args)