Inheritance diagram for sfi.director.application.autodoc.CollectHandler:

Collection handlers are responsible for collecting one kind of system information.
Public Member Functions | |
| CollectHandler () | |
| boolean | isWilling () |
| check preconditions and return false if this handler is not willing to perform. | |
| void | collect () throws DirectorException |
| void | copyFile (File file) throws DirectorException |
| String | getArgument (String arg) |
| void | addObject (DBObject obj) |
| InfoCollector | collector () |
| Accessor for attribute collector. | |
| InfoCollector | collector (InfoCollector collector) |
| Mutator for attribute collector. | |
Protected Attributes | |
| InfoCollector | collector = null |
| The current InfoCollector. | |
|
|
|
|
|
|
|
|
|
Mutator for attribute collector. The current InfoCollector. |
|
|
Accessor for attribute collector. The current InfoCollector. |
|
|
|
|
|
|
|
|
check preconditions and return false if this handler is not willing to perform. This method was introduced in order to handle proxies. Reimplemented in sfi.director.application.autodoc.CollectWinProxy. |
|
|
The current InfoCollector.
|
1.4.5