- Chameleon - Class in org.ow2.chameleon.core
-
Chameleon main entry point.
- Chameleon(File, boolean, Map<String, Object>) - Constructor for class org.ow2.chameleon.core.Chameleon
-
Creates a chameleon instance.
- Chameleon(ChameleonConfiguration) - Constructor for class org.ow2.chameleon.core.Chameleon
-
Creates a chameleon instance.
- Chameleon(boolean) - Constructor for class org.ow2.chameleon.core.Chameleon
-
Creates a Chameleon instance.
- Chameleon(String, boolean) - Constructor for class org.ow2.chameleon.core.Chameleon
-
Creates a Chameleon instance.
- Chameleon(boolean, Map<String, Object>) - Constructor for class org.ow2.chameleon.core.Chameleon
-
Creates a Chameleon instance.
- CHAMELEON_APPLICATION_MONITORING_PROPERTY - Static variable in class org.ow2.chameleon.core.Constants
-
The property used to enable / disable the monitoring of the application directory.
- CHAMELEON_APPLICATION_PROPERTY - Static variable in class org.ow2.chameleon.core.Constants
-
The property used to configure the application directory location.
- CHAMELEON_BASEDIR - Static variable in class org.ow2.chameleon.core.Chameleon
-
A system property to set the chameleon location externally.
- CHAMELEON_CORE_PROPERTY - Static variable in class org.ow2.chameleon.core.Constants
-
The property used to configure the core directory location.
- CHAMELEON_LOGGER_CONFIGURATION - Static variable in class org.ow2.chameleon.core.Constants
-
The default location of the logger configuration.
- CHAMELEON_LOGGER_NAME - Static variable in class org.ow2.chameleon.core.Constants
-
The chameleon logger name.
- CHAMELEON_MONITORING_PERIOD_PROPERTY - Static variable in class org.ow2.chameleon.core.Constants
-
The property used to configure the periodic polling to detect changed in monitored directories.
- CHAMELEON_PROPERTIES_FILE - Static variable in class org.ow2.chameleon.core.Constants
-
The default chameleon properties file.
- CHAMELEON_RUNTIME_MONITORING_PROPERTY - Static variable in class org.ow2.chameleon.core.Constants
-
The property used to enable / disable the monitoring of the runtime directory.
- CHAMELEON_RUNTIME_PROPERTY - Static variable in class org.ow2.chameleon.core.Constants
-
The property used to configure the runtime directory location.
- ChameleonConfiguration - Class in org.ow2.chameleon.core
-
Manages the configuration of the OSGi framework and of the chameleon container and services.
- ChameleonConfiguration(File) - Constructor for class org.ow2.chameleon.core.ChameleonConfiguration
-
Constructor for ChameleonConfiguration.
- close() - Method in class org.ow2.chameleon.core.services.AbstractDeployer
-
Callback called when the deployer is closed.
- close() - Method in interface org.ow2.chameleon.core.services.Deployer
-
Callback called when the deployer is closed.
- ConfigDeployer - Class in org.ow2.chameleon.core.activators
-
Deployer pushing the content of 'cfg' files to the Configuration Admin.
- ConfigDeployer() - Constructor for class org.ow2.chameleon.core.activators.ConfigDeployer
-
Creates a configuration (cfg) deployer.
- configure(ChameleonConfiguration) - Static method in class org.ow2.chameleon.core.utils.LogbackUtil
-
Loads logback configuration and gets the root logger.
- Constants - Class in org.ow2.chameleon.core
-
Constants.
- context() - Method in class org.ow2.chameleon.core.Chameleon
-
Retrieves the bundle context of the underlying framework.
- CoreActivator - Class in org.ow2.chameleon.core.activators
-
Core activator.
- CoreActivator(File, boolean) - Constructor for class org.ow2.chameleon.core.activators.CoreActivator
-
Creates the core activator.
- create(Map<String, String>) - Static method in class org.ow2.chameleon.core.utils.FrameworkUtil
-
Creates the framework instance and configures it using the given configuration.
- createChameleon(String[]) - Static method in class org.ow2.chameleon.core.Main
-
Creates the Chameleon instance.The instance is not started.