@Override
 public InputStream openInputStream(int options, IProgressMonitor monitor) throws CoreException {
   return TREE.openInputStream(path);
 }