std::string getDataFilePath(const std::string &relative_path) const
Returns the path of a data file for a given relative file path.
Interface for objects that need to resolve data file paths (MooseObject and Action) ...
std::string getDataFileNameByName(const std::string &relative_path) const
Deprecated method.
std::string getDataFileName(const std::string ¶m) const
Deprecated method.
Base class shared by both Action and MooseObject.
DataFileName DataFileParameterType
The parameter type this interface expects for a data file name.
const ParallelParamObject & _parent
DataFileInterface(const ParallelParamObject &parent)
Constructing the object.