public class CLI
extends java.lang.Object
Constructor and Description |
---|
CLI(IProject project,
IPath workingDir,
CLICommand command) |
Modifier and Type | Method and Description |
---|---|
CLIResult |
execute(IProgressMonitor monitor) |
protected void |
sendCLICommand(IProcess process,
CLICommand command,
IProgressMonitor monitor) |
IProcess |
startShell(IStreamListener listener,
IProgressMonitor monitor,
ILaunchConfiguration launchConfiguration) |
protected void |
throwExceptionIfError(CLIResult result) |
public CLI(IProject project, IPath workingDir, CLICommand command)
public CLIResult execute(IProgressMonitor monitor) throws CoreException
CoreException
protected void sendCLICommand(IProcess process, CLICommand command, IProgressMonitor monitor) throws CoreException
CoreException
public IProcess startShell(IStreamListener listener, IProgressMonitor monitor, ILaunchConfiguration launchConfiguration) throws CoreException
CoreException
protected void throwExceptionIfError(CLIResult result) throws CoreException
CoreException
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.