|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.debug.core.model.LaunchConfigurationDelegate
org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
org.eclipse.etrice.generator.launch.GeneratorLaunchConfigurationDelegate
org.eclipse.etrice.generator.launch.c.CGeneratorLaunchConfigurationDelegate
public class CGeneratorLaunchConfigurationDelegate
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.etrice.generator.launch.GeneratorLaunchConfigurationDelegate |
---|
GeneratorLaunchConfigurationDelegate.ConsoleLineOutput |
Field Summary |
---|
Fields inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate |
---|
complileErrorProjectPromptStatus, complileErrorPromptStatus, promptStatus, saveScopedDirtyEditors, switchToDebugPromptStatus |
Constructor Summary | |
---|---|
CGeneratorLaunchConfigurationDelegate()
|
Method Summary | |
---|---|
protected void |
addArguments(org.eclipse.debug.core.ILaunchConfiguration configuration,
java.lang.StringBuffer argString)
assemble the command line by adding further parameters |
protected java.lang.String |
getConsoleName()
|
protected void |
runGenerator(java.lang.String[] args,
ILineOutput out)
call the generator main method |
Methods inherited from class org.eclipse.etrice.generator.launch.GeneratorLaunchConfigurationDelegate |
---|
addModels, launch |
Methods inherited from class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate |
---|
abort, getBootpath, getBootpathExt, getBreakpoints, getBuildOrder, getClasspath, getDefaultWorkingDirectory, getEnvironment, getJavaLibraryPath, getJavaProject, getJavaProjectName, getLaunchManager, getMainTypeName, getProgramArguments, getProjectsForProblemSearch, getVMArguments, getVMConnectorId, getVMInstall, getVMInstallName, getVMInstallType, getVMInstallTypeId, getVMRunner, getVMSpecificAttributesMap, getWorkingDirectory, getWorkingDirectoryPath, handleDebugEvents, isAllowTerminate, isLaunchProblem, isStopInMain, preLaunchCheck, prepareStopInMain, setDefaultSourceLocator, verifyJavaProject, verifyMainTypeName, verifyVMInstall, verifyWorkingDirectory |
Methods inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate |
---|
addReferencedProjects, buildForLaunch, buildProjects, computeBuildOrder, computeReferencedBuildOrder, existsProblems, finalLaunchCheck, getLaunch, saveBeforeLaunch |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CGeneratorLaunchConfigurationDelegate()
Method Detail |
---|
protected void addArguments(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.StringBuffer argString) throws org.eclipse.core.runtime.CoreException
GeneratorLaunchConfigurationDelegate
addArguments
in class GeneratorLaunchConfigurationDelegate
org.eclipse.core.runtime.CoreException
protected void runGenerator(java.lang.String[] args, ILineOutput out)
GeneratorLaunchConfigurationDelegate
runGenerator
in class GeneratorLaunchConfigurationDelegate
args
- the command line argumentsout
- line wise output to consoleprotected java.lang.String getConsoleName()
getConsoleName
in class GeneratorLaunchConfigurationDelegate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |