Class HutnConfigMetamodel
- java.lang.Object
-
- org.eclipse.epsilon.hutn.model.config.HutnConfigMetamodel
-
public class HutnConfigMetamodel extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static File
getDefaultConfigModelFile()
static org.eclipse.emf.common.util.URI
getDefaultConfigModelUri()
static File
getMetaModelFile()
static org.eclipse.emf.common.util.URI
getMetaModelUri()
-
-
-
Method Detail
-
getMetaModelFile
public static File getMetaModelFile() throws IOException
- Throws:
IOException
-
getMetaModelUri
public static org.eclipse.emf.common.util.URI getMetaModelUri() throws IOException
- Throws:
IOException
-
getDefaultConfigModelFile
public static File getDefaultConfigModelFile() throws IOException
- Throws:
IOException
-
getDefaultConfigModelUri
public static org.eclipse.emf.common.util.URI getDefaultConfigModelUri() throws IOException
- Throws:
IOException
-
-