|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Thread
org.asyrinx.brownie.core.io.FileWatchdog
ファイルの変更を監視するスレッドです。
フィールドの概要 | |
static long |
DEFAULT_DELAY
The default delay between every file modification check, set to 60 seconds. |
protected long |
delay
The delay to observe between every check. |
クラス java.lang.Thread から継承したフィールド |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
コンストラクタの概要 | |
protected |
FileWatchdog(java.lang.String filename)
|
protected |
FileWatchdog(java.lang.String filename,
long delay_msec)
|
メソッドの概要 | |
void |
checkAndConfigure()
|
protected abstract void |
doOnChange()
|
void |
run()
|
void |
setDelay(long delay)
Set the delay to observe between each check of the file changes. |
クラス java.lang.Thread から継承したメソッド |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
public static final long DEFAULT_DELAY
protected long delay
DEFAULT_DELAY
.
コンストラクタの詳細 |
protected FileWatchdog(java.lang.String filename)
protected FileWatchdog(java.lang.String filename, long delay_msec)
メソッドの詳細 |
public void setDelay(long delay)
protected abstract void doOnChange()
public void checkAndConfigure()
public void run()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |