20 accept(
const std::filesystem::path& idPath)
const final
22 return std::filesystem::is_directory(idPath);
27 const std::string& prefix =
"pk.finder.robots.") final
virtual void registerPropertyDefinitions(armarx::PropertyDefinitionsPtr &defs, const std::string &prefix)
PKFinder(const std::filesystem::path &relDir)
static const constexpr auto DEFAULT_DIR_TO_IDS
PKFinder(const std::filesystem::path &relDir)
void registerPropertyDefinitions(armarx::PropertyDefinitionsPtr &defs, const std::string &prefix="pk.finder.robots.") final
bool accept(const std::filesystem::path &idPath) const final
RobotFinder(const std::filesystem::path &relDir=DEFAULT_DIR_TO_IDS)
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.