Package org.wso2.carbon.server
Class CarbonLauncher
- java.lang.Object
-
- org.wso2.carbon.server.CarbonLauncher
-
public class CarbonLauncher extends Object
Responsible for launching the Carbon server by launching Equinox OSGi framework.
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringFILE_SCHEMEprotected static StringFRAMEWORK_BUNDLE_NAMEprotected static StringFRAMEWORKPROPERTIESprotected static StringNULL_IDENTIFIERprotected static StringOSGI_CONFIGURATION_AREAprotected static StringOSGI_FRAMEWORKprotected static StringOSGI_INSTALL_AREAprotected static StringOSGI_INSTANCE_AREAprotected static StringP2_DATA_AREAprotected static StringSTARTER
-
Constructor Summary
Constructors Constructor Description CarbonLauncher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlaunch()Launches Equinox OSGi framework by invoking EclipseStarter.startup() method using reflection.
-
-
-
Field Detail
-
FILE_SCHEME
protected static final String FILE_SCHEME
- See Also:
- Constant Field Values
-
FRAMEWORK_BUNDLE_NAME
protected static final String FRAMEWORK_BUNDLE_NAME
- See Also:
- Constant Field Values
-
STARTER
protected static final String STARTER
- See Also:
- Constant Field Values
-
FRAMEWORKPROPERTIES
protected static final String FRAMEWORKPROPERTIES
- See Also:
- Constant Field Values
-
NULL_IDENTIFIER
protected static final String NULL_IDENTIFIER
- See Also:
- Constant Field Values
-
OSGI_FRAMEWORK
protected static final String OSGI_FRAMEWORK
- See Also:
- Constant Field Values
-
OSGI_INSTANCE_AREA
protected static final String OSGI_INSTANCE_AREA
- See Also:
- Constant Field Values
-
OSGI_CONFIGURATION_AREA
protected static final String OSGI_CONFIGURATION_AREA
- See Also:
- Constant Field Values
-
OSGI_INSTALL_AREA
protected static final String OSGI_INSTALL_AREA
- See Also:
- Constant Field Values
-
P2_DATA_AREA
protected static final String P2_DATA_AREA
- See Also:
- Constant Field Values
-
-