Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooling: EditorProject Test Class #372

Open
chqu1012 opened this issue Jun 17, 2019 · 0 comments
Open

Tooling: EditorProject Test Class #372

chqu1012 opened this issue Jun 17, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@chqu1012
Copy link
Owner

public class EcoreModelTest {

public static void main(String[] args) {
	Map<String, URI> map = EcorePlugin.getEPackageNsURIToGenModelLocationMap(false);
	
	EditorProject project = ModelFactory.eINSTANCE.createEditorProject();
	project.setModelItemProviderAdapterFactor(new ModelItemProviderAdapterFactory());
	project.setModelEFactory(ModelFactory.eINSTANCE);
	project.setModelEPackage(ModelPackage.eINSTANCE);
	project.setPackagePath("");
	project.setName("");
}

}

@chqu1012 chqu1012 created this issue from a note in EMF.edit to viewers Integration (In progress) Jun 17, 2019
@chqu1012 chqu1012 added the enhancement New feature or request label Jun 17, 2019
@chqu1012 chqu1012 moved this from In progress to To do in EMF.edit to viewers Integration Jun 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant