org.eclipse.xtext.xtend2.ui.wizards
Class XtendClassUtil

java.lang.Object
  extended by org.eclipse.xtext.xtend2.ui.wizards.XtendClassUtil

public class XtendClassUtil
extends java.lang.Object

Author:
Robert von Massow - Initial contribution and API

Constructor Summary
XtendClassUtil()
           
 
Method Summary
static java.lang.String create(java.lang.String typeName, org.eclipse.jdt.core.IPackageFragment packageFragment, java.lang.String superClass, java.util.List superInterfaces, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtendClassUtil

public XtendClassUtil()
Method Detail

create

public static java.lang.String create(java.lang.String typeName,
                                      org.eclipse.jdt.core.IPackageFragment packageFragment,
                                      java.lang.String superClass,
                                      java.util.List superInterfaces,
                                      org.eclipse.core.runtime.IProgressMonitor monitor)
                               throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException