| |
|
| java.lang.Object org.eclipse.pde.ui.launcher.OSGiLaunchConfigurationInitializer
All known Subclasses: org.eclipse.pde.internal.ui.launcher.EquinoxInitializer,
OSGiLaunchConfigurationInitializer | public class OSGiLaunchConfigurationInitializer (Code) | | Initilizes launch configuration attributes for newly-created OSGi Framework
launch configurations
Clients may instantiate or subclass this class
since: 3.3 |
getAutoStart | protected String getAutoStart(String bundleID)(Code) | | Returns whether the bundle should be started automatically
Parameters: bundleID - the bundle ID true , false , or default |
getStartLevel | protected String getStartLevel(String bundleID)(Code) | | Returns the bundle's start level
Parameters: bundleID - the bundle ID the start level for the given bundle or the string default |
initialize | public void initialize(ILaunchConfigurationWorkingCopy configuration)(Code) | | Initializes some attributes on a newly-created launch configuration
Parameters: configuration - the launch configuration |
initializeBundleState | protected void initializeBundleState(ILaunchConfigurationWorkingCopy configuration)(Code) | | Initializes the checked/unchecked state of bundles
Parameters: configuration - the launch configuration |
initializeFrameworkDefaults | protected void initializeFrameworkDefaults(ILaunchConfigurationWorkingCopy configuration)(Code) | | Initializes the start level and auto-start attributes
Parameters: configuration - the launch configuration |
initializeSourcePathProvider | protected void initializeSourcePathProvider(ILaunchConfigurationWorkingCopy configuration)(Code) | | Sets the source provider ID
Parameters: configuration - the launch configuration |
|
|
|