
org.jnario.spec.validation.AbstractSpecJavaValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jnario.standalone Show documentation
Show all versions of org.jnario.standalone Show documentation
The required libraries to execute Jnario specifications without Eclipse.
The newest version!
/*
* generated by Xtext
*/
package org.jnario.spec.validation;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.emf.ecore.EPackage;
public class AbstractSpecJavaValidator extends org.eclipse.xtend.core.validation.XtendJavaValidator {
@Override
protected List getEPackages() {
List result = new ArrayList();
result.add(EPackage.Registry.INSTANCE.getEPackage("http://www.org/jnario/spec/Spec"));
result.add(EPackage.Registry.INSTANCE.getEPackage("http://www.eclipse.org/xtend"));
result.add(EPackage.Registry.INSTANCE.getEPackage("http://www.org/Jnario"));
result.add(EPackage.Registry.INSTANCE.getEPackage("http://www.eclipse.org/xtext/xbase/Xbase"));
result.add(EPackage.Registry.INSTANCE.getEPackage("http://www.eclipse.org/xtext/common/JavaVMTypes"));
result.add(EPackage.Registry.INSTANCE.getEPackage("http://www.eclipse.org/Xtext/Xbase/XAnnotations"));
result.add(EPackage.Registry.INSTANCE.getEPackage("http://www.eclipse.org/xtext/xbase/Xtype"));
return result;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy