com.sun.grizzly.http.servlet.deployer.watchdog
Class WatchedFile

java.lang.Object
  extended by com.sun.grizzly.http.servlet.deployer.watchdog.WatchedFile

public class WatchedFile
extends Object

Author:
Sebastien Dionne

Field Summary
 String filename
           
 boolean found
           
 
Constructor Summary
WatchedFile(String filename)
           
 
Method Summary
 String getFile()
           
 boolean isFound()
           
 void resetFlag()
           
 void setFile(String file)
           
 void setFound(boolean found)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

public String filename

found

public boolean found
Constructor Detail

WatchedFile

public WatchedFile(String filename)
Method Detail

getFile

public String getFile()

setFile

public void setFile(String file)

isFound

public boolean isFound()

setFound

public void setFound(boolean found)

resetFlag

public void resetFlag()


Copyright © 2012 Oracle Corporation. All Rights Reserved.