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, setProjectpublic 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.CoreExceptionpublic 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.CoreExceptionpublic void configure()
throws org.eclipse.core.runtime.CoreException
configure in interface org.eclipse.core.resources.IProjectNatureconfigure in class CProjectNatureorg.eclipse.core.runtime.CoreExceptionIProjectNature.configure()Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.