public class ProcessInterpreterConfig extends Object
| Constructor and Description |
|---|
ProcessInterpreterConfig(org.eclipse.debug.core.ILaunchConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkConfigValues(org.slf4j.Logger logger) |
org.eclipse.core.resources.IFile |
getFile() |
boolean |
isRunInLoop() |
void |
setFile(org.eclipse.core.resources.IFile file) |
void |
setRunInLoop(boolean runInLoop) |
public ProcessInterpreterConfig(org.eclipse.debug.core.ILaunchConfiguration configuration)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic void checkConfigValues(org.slf4j.Logger logger)
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugExceptionpublic org.eclipse.core.resources.IFile getFile()
public void setFile(org.eclipse.core.resources.IFile file)
public boolean isRunInLoop()
public void setRunInLoop(boolean runInLoop)
Copyright © 2018. All rights reserved.