Package com.google.devtools.depan.eclipse.persist

Examples of com.google.devtools.depan.eclipse.persist.GraphModelXmlPersist.save()


  }

  public static void saveGraphDocument(IFile file, GraphDocument graph)
      throws CoreException {
    GraphModelXmlPersist loader = new GraphModelXmlPersist();
    loader.save(file.getRawLocationURI(), graph);
    file.refreshLocal(IResource.DEPTH_ZERO, null);
  }

  /**
   * Provide the graph document located for the given file.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.