12#ifndef ROOT_TNetFileStager 
   13#define ROOT_TNetFileStager 
#define ClassDefOverride(name, id)
 
Collection abstract base class.
 
Bool_t IsValid() const override
 
Bool_t Matches(const char *s) override
Returns kTRUE if stager 's' is compatible with current stager.
 
void Print(Option_t *option="") const override
Print basic info about this stager.
 
Bool_t IsStaged(const char *path) override
Check if the file defined by 'path' is ready to be used.
 
virtual ~TNetFileStager()
Destructor.
 
static void GetPrefix(const char *url, TString &pfx)
Isolate prefix in url.
 
Int_t Locate(const char *path, TString &endpath) override
Get actual end-point url for a path Returns 0 in case of success and 1 if any error occured.