org.apache.catalina.ha.deploy
Class WarWatcher.WarInfo
java.lang.Object
org.apache.catalina.ha.deploy.WarWatcher.WarInfo
- Enclosing class:
- WarWatcher
protected static class WarWatcher.WarInfo
- extends Object
File information on existing WAR files
war
protected File war
lastChecked
protected long lastChecked
lastState
protected long lastState
WarWatcher.WarInfo
public WarWatcher.WarInfo(File war)
modified
public boolean modified()
exists
public boolean exists()
check
public int check()
- Returns 1 if the file has been added/modified, 0 if the file is
unchanged and -1 if the file has been removed
- Returns:
- int 1=file added; 0=unchanged; -1=file removed
getWar
public File getWar()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
setLastState
protected void setLastState(int lastState)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.