|
||||||||||
| 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.RegexpFileSet
|
+--net.larsan.urd.util.fileset.WatchedFileSet
|
+--net.larsan.urd.util.fileset.ClassFileSet
A class file set is a recursive file set that only looks for classes. This file set is watchable and synchronized by default.
| Field Summary |
| Fields inherited from class net.larsan.urd.util.fileset.RegexpFileSet |
resources |
| Fields inherited from class net.larsan.urd.util.fileset.FileSet |
root |
| Constructor Summary | |
ClassFileSet(java.io.File root)
Construct file set with a root folder. |
|
ClassFileSet(java.io.File root,
java.util.Timer timer)
Contruct a file with a root folder and an external timer that should be used for the file set watch mechanism. |
|
| Methods inherited from class net.larsan.urd.util.fileset.WatchedFileSet |
addFileSetListener, removeFileSetListener, start, stop |
| Methods inherited from class net.larsan.urd.util.fileset.RegexpFileSet |
getCertificates, getResource, getResourcePaths, scan |
| 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 |
| Constructor Detail |
public ClassFileSet(java.io.File root)
throws java.io.IOException
IOException if
the root does not exist or is a file.
public ClassFileSet(java.io.File root,
java.util.Timer timer)
throws java.io.IOException
IOException if
the root does not exist or is a file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||