org.eclipse.xtend.shared.ui.core.builder
Class XtendXpandNature

java.lang.Object
  extended by org.eclipse.xtend.shared.ui.core.builder.XtendXpandNature
All Implemented Interfaces:
org.eclipse.core.resources.IProjectNature

public class XtendXpandNature
extends java.lang.Object
implements org.eclipse.core.resources.IProjectNature

This class configures the build configuration for Xtend projects.

Author:
Sven Efftinge (http://www.efftinge.de), Peter Friese

Field Summary
static java.lang.String NATURE_ID
          ID of this project nature
 
Constructor Summary
XtendXpandNature()
           
 
Method Summary
 void configure()
           
 void deconfigure()
           
 org.eclipse.core.resources.IProject getProject()
           
 void setProject(org.eclipse.core.resources.IProject project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NATURE_ID

public static final java.lang.String NATURE_ID
ID of this project nature

Constructor Detail

XtendXpandNature

public XtendXpandNature()
Method Detail

configure

public void configure()
               throws org.eclipse.core.runtime.CoreException
Specified by:
configure in interface org.eclipse.core.resources.IProjectNature
Throws:
org.eclipse.core.runtime.CoreException

deconfigure

public void deconfigure()
                 throws org.eclipse.core.runtime.CoreException
Specified by:
deconfigure in interface org.eclipse.core.resources.IProjectNature
Throws:
org.eclipse.core.runtime.CoreException

getProject

public org.eclipse.core.resources.IProject getProject()
Specified by:
getProject in interface org.eclipse.core.resources.IProjectNature

setProject

public void setProject(org.eclipse.core.resources.IProject project)
Specified by:
setProject in interface org.eclipse.core.resources.IProjectNature