|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.osgi.launch.EquinoxFactory
public class EquinoxFactory
The framework factory implementation for the Equinox framework.
| Constructor Summary | |
|---|---|
EquinoxFactory()
|
|
| Method Summary | |
|---|---|
Framework |
newFramework(java.util.Map<java.lang.String,java.lang.String> configuration)
Create a new Framework instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EquinoxFactory()
| Method Detail |
|---|
public Framework newFramework(java.util.Map<java.lang.String,java.lang.String> configuration)
FrameworkFactoryFramework instance.
newFramework in interface FrameworkFactoryconfiguration - The framework properties to configure the new
framework instance. If framework properties are not provided by
the configuration argument, the created framework instance must
use some reasonable default configuration appropriate for the
current VM. For example, the system packages for the current
execution environment should be properly exported. The specified
configuration argument may be null. The created
framework instance must copy any information needed from the
specified configuration argument since the configuration argument
can be changed after the framework instance has been created.
Framework instance. The framework
instance must be in the Bundle.INSTALLED state.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||