|
Eclipse PDE Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.pde.launching.OSGiLaunchConfigurationInitializer
public class OSGiLaunchConfigurationInitializer
Initializes launch configuration attributes for newly-created OSGi Framework launch configurations
Clients may instantiate or subclass this class
This class originally existed in 3.3 as
org.eclipse.pde.ui.launcher.OSGiLaunchConfigurationInitializer
.
Field Summary | |
---|---|
protected static String |
DEFAULT
|
Constructor Summary | |
---|---|
OSGiLaunchConfigurationInitializer()
|
Method Summary | |
---|---|
protected String |
getAutoStart(String bundleID)
Returns whether the bundle should be started automatically |
protected String |
getStartLevel(String bundleID)
Returns the bundle's start level |
void |
initialize(ILaunchConfigurationWorkingCopy configuration)
Initializes some attributes on a newly-created launch configuration |
protected void |
initializeBundleState(ILaunchConfigurationWorkingCopy configuration)
Initializes the checked/unchecked state of bundles |
protected void |
initializeFrameworkDefaults(ILaunchConfigurationWorkingCopy configuration)
Initializes the start level and auto-start attributes |
protected void |
initializeSourcePathProvider(ILaunchConfigurationWorkingCopy configuration)
Sets the source provider ID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String DEFAULT
Constructor Detail |
---|
public OSGiLaunchConfigurationInitializer()
Method Detail |
---|
public void initialize(ILaunchConfigurationWorkingCopy configuration)
configuration
- the launch configurationprotected void initializeSourcePathProvider(ILaunchConfigurationWorkingCopy configuration)
configuration
- the launch configurationprotected void initializeFrameworkDefaults(ILaunchConfigurationWorkingCopy configuration)
configuration
- the launch configurationprotected void initializeBundleState(ILaunchConfigurationWorkingCopy configuration)
configuration
- the launch configurationprotected String getStartLevel(String bundleID)
bundleID
- the bundle ID
default
protected String getAutoStart(String bundleID)
bundleID
- the bundle ID
true
, false
, or default
|
Eclipse PDE Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.