org.eclipse.sisu.equinox.launching.internal
Class DefaultEquinoxLauncher

java.lang.Object
  extended by org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxLauncher
All Implemented Interfaces:
EquinoxLauncher

@Component(role=EquinoxLauncher.class)
public class DefaultEquinoxLauncher
extends Object
implements EquinoxLauncher


Constructor Summary
DefaultEquinoxLauncher()
           
 
Method Summary
 int execute(org.eclipse.tycho.launching.LaunchConfiguration configuration, int forkedProcessTimeoutInSeconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEquinoxLauncher

public DefaultEquinoxLauncher()
Method Detail

execute

public int execute(org.eclipse.tycho.launching.LaunchConfiguration configuration,
                   int forkedProcessTimeoutInSeconds)
            throws EquinoxLaunchingException
Specified by:
execute in interface EquinoxLauncher
Throws:
EquinoxLaunchingException


Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.