org.eclipse.emf.cdo.releng.version
Class VersionNature

java.lang.Object
  extended by org.eclipse.emf.cdo.releng.version.VersionNature
All Implemented Interfaces:
IProjectNature

public class VersionNature
extends Object
implements IProjectNature


Field Summary
static String NATURE_ID
           
 
Constructor Summary
VersionNature()
           
 
Method Summary
 void configure()
           
 void deconfigure()
           
 IProject getProject()
           
 void setProject(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 String NATURE_ID
See Also:
Constant Field Values
Constructor Detail

VersionNature

public VersionNature()
Method Detail

getProject

public IProject getProject()
Specified by:
getProject in interface IProjectNature

setProject

public void setProject(IProject project)
Specified by:
setProject in interface IProjectNature

configure

public void configure()
               throws CoreException
Specified by:
configure in interface IProjectNature
Throws:
CoreException

deconfigure

public void deconfigure()
                 throws CoreException
Specified by:
deconfigure in interface IProjectNature
Throws:
CoreException


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.