wrench::FileRegistryAction
-
class FileRegistryAction : public wrench::Action
A class that implements a file registry (abstract) action.
Subclassed by wrench::FileRegistryAddEntryAction, wrench::FileRegistryDeleteEntryAction
Public Functions
-
std::shared_ptr<DataFile> getFile() const
Returns the action’s file.
- Returns:
the file
-
std::shared_ptr<FileLocation> getFileLocation() const
Returns the action’s file locations.
- Returns:
A file location
-
std::shared_ptr<FileRegistryService> getFileRegistryService() const
Returns the action’s file registry service.
- Returns:
the file registry service
-
std::shared_ptr<DataFile> getFile() const