Examples of EcoreProvider


Examples of org.tuba.spatschorke.diploma.repository.svn.ecore.EcoreProvider

  private static final String URL = "http://svn-st.inf.tu-dresden.de/svn/reuseware/trunk/EMFText%20Languages/org.emftext.language.dot/metamodel/dot.ecore"; //$NON-NLS-1$

  @Test
  public void exportTest() {
    EcoreProvider repository = new EcoreProvider();
    EcoreModelRepresentation ecoreModelRep = repository.getArtefact(URL);

    Assert.assertNotNull(ecoreModelRep);
    String filename = ecoreModelRep.getModelURI().toFileString();
    File file = new File(filename);
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.