16171819202122
this.currentRoot = currentRoot; } public Context createFolder(String name) throws IOException { Folder folder = currentRoot.createProject(Folder.class, name); return new Context(new FolderAdapter(folder)); }