Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse PDE
Release 3.5

org.eclipse.pde.ui.launcher
Class OSGiLaunchConfigurationDelegate


java.lang.Object
  extended by 

org.eclipse.debug.core.model.LaunchConfigurationDelegate
      extended by 
org.eclipse.pde.ui.launcher.OSGiLaunchConfigurationDelegate
All Implemented Interfaces:
ILaunchConfigurationDelegate, ILaunchConfigurationDelegate2

public class OSGiLaunchConfigurationDelegate
extends LaunchConfigurationDelegate

A launch delegate for launching OSGi frameworks

Clients may subclass and instantiate this class.

Since:
3.3

Field Summary
 
Fields inherited from class org.eclipse.debug.core.model. LaunchConfigurationDelegate
complileErrorProjectPromptStatus, complileErrorPromptStatus, promptStatus, saveScopedDirtyEditors, switchToDebugPromptStatus
 
Constructor Summary
OSGiLaunchConfigurationDelegate ()
           
 
Method Summary
protected   IProject[] getBuildOrder ( ILaunchConfiguration configuration, String mode)
           
 void launch ( ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor)
          Delegates to the launcher delegate associated with the OSGi framework selected in the launch configuration.
 
Methods inherited from class org.eclipse.debug.core.model. LaunchConfigurationDelegate
addReferencedProjects, buildForLaunch, buildProjects, computeBuildOrder, computeReferencedBuildOrder, existsProblems, finalLaunchCheck, getBreakpoints, getLaunch, getProjectsForProblemSearch, isLaunchProblem, preLaunchCheck, saveBeforeLaunch
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiLaunchConfigurationDelegate

public OSGiLaunchConfigurationDelegate()
Method Detail

launch

public void launch(
ILaunchConfiguration configuration,
                   
String mode,
                   
ILaunch launch,
                   
IProgressMonitor monitor)
            throws 
CoreException
Delegates to the launcher delegate associated with the OSGi framework selected in the launch configuration.

Throws:
CoreException
See Also:
ILaunchConfigurationDelegate.launch(org.eclipse.debug.core.ILaunchConfiguration, java.lang.String, org.eclipse.debug.core.ILaunch, org.eclipse.core.runtime.IProgressMonitor)

getBuildOrder

protected 
IProject[] getBuildOrder(
ILaunchConfiguration configuration,
                                   
String mode)
                            throws 
CoreException
Overrides:
getBuildOrder in class LaunchConfigurationDelegate
Throws:
CoreException

Eclipse PDE
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire