|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.larsan.urd.util.fileset.FileSet
|
+--net.larsan.urd.util.fileset.TrivialFileSet
|
+--net.larsan.urd.util.fileset.JarFile
A trivial file set that watches a single jar file.
| Field Summary |
| Fields inherited from class net.larsan.urd.util.fileset.TrivialFileSet |
file, resources |
| Fields inherited from class net.larsan.urd.util.fileset.FileSet |
root |
| Constructor Summary | |
JarFile(java.io.File file,
java.util.Timer timer)
Create file set using a file plus a timer object. |
|
| Method Summary | |
protected void |
doScan()
Perfom scan. |
| Methods inherited from class net.larsan.urd.util.fileset.TrivialFileSet |
addFileSetListener, checkScan, getCertificates, getResource, getResourcePaths, removeFileSetListener, scan, start, stop |
| Methods inherited from class net.larsan.urd.util.fileset.FileSet |
getErrorHandler, isRecursive, matches, resolvePath, setErrorHandler, setIsRecursive, setRegexpPattern |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.larsan.urd.util.fileset.WatchableFileSet |
addFileSetListener, removeFileSetListener |
| Constructor Detail |
public JarFile(java.io.File file,
java.util.Timer timer)
throws java.io.IOException
file - File to watch, must not be nulltimer - Timer to use, may be null
java.io.IOException - If the file does not exist| Method Detail |
protected void doScan()
throws java.io.IOException
doScan in class TrivialFileSetjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||