io.sarl.apputils.uiextensions
Class ProjectNatures
final class ProjectNatures
extends java.lang.Object
Tools related to the Eclipse project natures.
Maven Group Identifier:
io.sarl.apputils
Maven Artifact Identifier:
uiextensions
Since:
0.15
Action Summary
Modifier and type Action and description
static org.eclipse.core.runtime.IStatus addNatures(IProject,IProgressMonitor,String*)
Add the natures to the given project.
Action Details
addNatures(IProject,IProgressMonitor,String*)
def addNatures(IProject,IProgressMonitor,String*) : org.eclipse.core.runtime.IStatus
Add the natures to the given project.
Parameters:
project - the project.
monitor - the monitor.
natureIdentifiers - the identifiers of the natures to add to the project.
Returns:
the status if the operation.