org.eclipse.etrice.generator.launch
Class GeneratorLaunchConfigurationDelegate.ConsoleLineOutput

java.lang.Object
  extended by org.eclipse.etrice.generator.launch.GeneratorLaunchConfigurationDelegate.ConsoleLineOutput
All Implemented Interfaces:
ILineOutput
Enclosing class:
GeneratorLaunchConfigurationDelegate

protected static class GeneratorLaunchConfigurationDelegate.ConsoleLineOutput
extends java.lang.Object
implements ILineOutput


Constructor Summary
GeneratorLaunchConfigurationDelegate.ConsoleLineOutput(MessageConsoleStream stream)
           
 
Method Summary
 void println(java.lang.String txt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorLaunchConfigurationDelegate.ConsoleLineOutput

public GeneratorLaunchConfigurationDelegate.ConsoleLineOutput(MessageConsoleStream stream)
Method Detail

println

public void println(java.lang.String txt)
Specified by:
println in interface ILineOutput