Object o = it.next();
if (o instanceof IAdaptable) {
IFile file = (IFile) ((IAdaptable) o).getAdapter(IFile.class);
if (file != null) {
IPath location = file.getLocation();
Parser p = new Parser(location.toOSString());
p.setLoadClasses(false);
try {
Collection<XmlSuite> suites = p.parse();
StringBuilder yamlSb = Yaml.toYaml(suites.iterator().next());
IWorkspaceRoot root = ResourcesPlugin.getWorkspace().getRoot();
IPath yamlPath =
new Path(file.getProject().getName() + "/"