public class CreateFolder extends ProcessRunner
Constructor and Description |
---|
CreateFolder() |
Modifier and Type | Method and Description |
---|---|
static void |
createFolder(String projectName,
String targetPath,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates specified folder in the project recursively.
|
void |
process(TemplateCore template,
ProcessArgument[] args,
String processId,
org.eclipse.core.runtime.IProgressMonitor monitor) |
areArgumentsMatchingRequiredParameters, getArgumentsMismatchMessage, getProcessMessage, getProcessParameters, missingArgException
public void process(TemplateCore template, ProcessArgument[] args, String processId, org.eclipse.core.runtime.IProgressMonitor monitor) throws ProcessFailureException
public static void createFolder(String projectName, String targetPath, org.eclipse.core.runtime.IProgressMonitor monitor) throws ProcessFailureException
projectName
- - name of the project.targetPath
- - relative path to the new folder.monitor
- - progress monitor.ProcessFailureException
- if there is a problem with creating new folder.Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.