* @throws IOException for any IO error
* @throws URISyntaxException for any URI error
*/
public static AssembledDirectory createAssembledDirectory(String name, String rootName) throws IOException, URISyntaxException
{
AssembledContext context = new AssembledContext(name, rootName);
return context.getRoot().getVirtualFile();
}