public class CCProjectNature extends CProjectNature
Modifier and Type | Field and Description |
---|---|
static String |
CC_NATURE_ID |
C_NATURE_ID
Constructor and Description |
---|
CCProjectNature() |
Modifier and Type | Method and Description |
---|---|
static void |
addCCNature(org.eclipse.core.resources.IProject project,
org.eclipse.core.runtime.IProgressMonitor mon) |
void |
configure()
Checks to ensure that a cnature already exists,
if not throw a CoreException.
|
static void |
removeCCNature(org.eclipse.core.resources.IProject project,
org.eclipse.core.runtime.IProgressMonitor mon) |
addCNature, addNature, deconfigure, getProject, removeCNature, removeNature, setProject
public static final String CC_NATURE_ID
public static void addCCNature(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor mon) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static void removeCCNature(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor mon) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public void configure() throws org.eclipse.core.runtime.CoreException
configure
in interface org.eclipse.core.resources.IProjectNature
configure
in class CProjectNature
org.eclipse.core.runtime.CoreException
IProjectNature.configure()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.