23 accept(
const std::filesystem::path& idPath)
const final
25 return std::filesystem::is_directory(idPath);
30 const std::string& prefix =
"pk.finder.objects.") final
The PKDatasetFinder class.
virtual void registerPropertyDefinitions(armarx::PropertyDefinitionsPtr &defs, const std::string &prefix)
PKDatasetFinder(const std::filesystem::path &relDir)
ObjectFinder(const std::filesystem::path &relDir=DEFAULT_DIR_TO_DATASETS)
void registerPropertyDefinitions(armarx::PropertyDefinitionsPtr &defs, const std::string &prefix="pk.finder.objects.") final
bool accept(const std::filesystem::path &idPath) const final
static const constexpr auto DEFAULT_DIR_TO_DATASETS
PKDatasetFinder(const std::filesystem::path &relDir)
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.