cast(const std::string &className) const =0 | ITree | [pure virtual] |
cd(const std::string &path)=0 | ITree | [pure virtual] |
close()=0 | ITree | [pure virtual] |
commit()=0 | ITree | [pure virtual] |
cp(const std::string &oldPath, const std::string &newPath, bool recursive=false)=0 | ITree | [pure virtual] |
find(const std::string &path)=0 | ITree | [pure virtual] |
findPath(const IManagedObject &object) const =0 | ITree | [pure virtual] |
findTree(const std::string &path)=0 | ITree | [pure virtual] |
listObjectNames(const std::string &path=".", bool recursive=false) const =0 | ITree | [pure virtual] |
listObjectTypes(const std::string &path=".", bool recursive=false) const =0 | ITree | [pure virtual] |
ls(const std::string &path=".", bool recursive=false, std::ostream &os=std::cout) const =0 | ITree | [pure virtual] |
mkdir(const std::string &path)=0 | ITree | [pure virtual] |
mkdirs(const std::string &path)=0 | ITree | [pure virtual] |
mount(const std::string &path, ITree &tree, const std::string &treePath)=0 | ITree | [pure virtual] |
mv(const std::string &oldPath, const std::string &newPath)=0 | ITree | [pure virtual] |
pwd() const =0 | ITree | [pure virtual] |
rm(const std::string &path)=0 | ITree | [pure virtual] |
rmdir(const std::string &path)=0 | ITree | [pure virtual] |
setOverwrite(bool overwrite=true)=0 | ITree | [pure virtual] |
storeName() const =0 | ITree | [pure virtual] |
symlink(const std::string &path, const std::string &alias)=0 | ITree | [pure virtual] |
unmount(const std::string &path)=0 | ITree | [pure virtual] |
~ITree() | ITree | [inline, virtual] |