#include <StageinlistExpander.hpp>
Inheritance diagram for cafe::StageinlistExpander:

For usage on the ClueD0 batch system, use the defaults.
For usage on CAB, use "/usr/krb5/bin/kbatch; rcp" for the .Stager: option, and "host-clued0" for the .Host: option.
Definition at line 29 of file StageinlistExpander.hpp.
Public Member Functions | |
| StageinlistExpander (const char *url) | |
| ~StageinlistExpander () | |
| virtual std::string | nextFile () |
Private Member Functions | |
| void | clean () |
| bool | fileExists (const std::string &fileName) const |
| ClassDef (StageinlistExpander, 0) | |
Private Attributes | |
| std::string | _stageinCommand |
| std::string | _stageinDirectory |
| std::string | _localFile |
| std::string | _host |
| std::ifstream | _file |
|
|
Definition at line 12 of file StageinlistExpander.cpp. References _file, _host, _stageinCommand, _stageinDirectory, and cafe::Config::get(). |
|
|
Definition at line 30 of file StageinlistExpander.cpp. |
|
||||||||||||
|
|
|
|
Definition at line 44 of file StageinlistExpander.cpp. References _localFile, and fileExists(). Referenced by nextFile(), and ~StageinlistExpander(). |
|
|
Definition at line 36 of file StageinlistExpander.cpp. Referenced by clean(), and nextFile(). |
|
|
Implements cafe::Expander. Definition at line 50 of file StageinlistExpander.cpp. References _file, _host, _localFile, _stageinCommand, _stageinDirectory, clean(), and fileExists(). |
|
|
Definition at line 43 of file StageinlistExpander.hpp. Referenced by nextFile(), StageinlistExpander(), and ~StageinlistExpander(). |
|
|
Definition at line 42 of file StageinlistExpander.hpp. Referenced by nextFile(), and StageinlistExpander(). |
|
|
Definition at line 41 of file StageinlistExpander.hpp. Referenced by clean(), and nextFile(). |
|
|
Definition at line 39 of file StageinlistExpander.hpp. Referenced by nextFile(), and StageinlistExpander(). |
|
|
Definition at line 40 of file StageinlistExpander.hpp. Referenced by nextFile(), and StageinlistExpander(). |
1.3.4