public class ViatraQueryNature
extends java.lang.Object
implements org.eclipse.core.resources.IProjectNature
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUILDER_ID |
static java.lang.String |
EXECUTION_ENVIRONMENT |
static java.lang.String |
NATURE_ID
The project nature identifier used for defining the project nature of a VIATRA Query project.
|
static java.lang.String |
SRC_DIR |
static java.lang.String |
SRCGEN_DIR |
static java.lang.String |
VQGENMODEL |
static java.lang.String |
XTEXT_NATURE_ID |
| Constructor and Description |
|---|
ViatraQueryNature() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure() |
void |
deconfigure() |
org.eclipse.core.resources.IProject |
getProject() |
void |
setProject(org.eclipse.core.resources.IProject project) |
public static final java.lang.String NATURE_ID
public static final java.lang.String XTEXT_NATURE_ID
public static final java.lang.String BUILDER_ID
public static final java.lang.String SRCGEN_DIR
public static final java.lang.String SRC_DIR
public static final java.lang.String EXECUTION_ENVIRONMENT
public static final java.lang.String VQGENMODEL
public org.eclipse.core.resources.IProject getProject()
getProject in interface org.eclipse.core.resources.IProjectNaturepublic void setProject(org.eclipse.core.resources.IProject project)
setProject in interface org.eclipse.core.resources.IProjectNaturepublic void configure()
throws org.eclipse.core.runtime.CoreException
configure in interface org.eclipse.core.resources.IProjectNatureorg.eclipse.core.runtime.CoreExceptionpublic void deconfigure()
throws org.eclipse.core.runtime.CoreException
deconfigure in interface org.eclipse.core.resources.IProjectNatureorg.eclipse.core.runtime.CoreException