![]() |
Rosetta
2021.16
|
LoopsFileLoaderCreator allows the ResourceLoaderFactory to create a LoopsFileLoader instance. More...
#include <LoopsFileLoaderCreator.hh>

Public Member Functions | |
| basic::resource_manager::ResourceLoaderOP | create_resource_loader () const override |
| Return a up-casted owning pointer (ResourceLoaderOP) to the resource loader. More... | |
| std::string | loader_type () const override |
| Return the string identifier for the associated ResourceLoader (LoopsFile). More... | |
| void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) const override |
LoopsFileLoaderCreator allows the ResourceLoaderFactory to create a LoopsFileLoader instance.
The LoopsFileLoader class can be constructed from the string "LoopsFile", which enables a user to specify that this type of resource is required for a particular job in their XML input file.
|
override |
Return a up-casted owning pointer (ResourceLoaderOP) to the resource loader.
Return an owning pointer to a newly constructed default instance of LoopsFileLoader.
|
override |
Return the string identifier for the associated ResourceLoader (LoopsFile).
Return a string specifying the type of ResourceLoader to create (LoopsFile).
References protocols::loops::LoopsFileLoader::classname().
|
override |
1.8.7