| Package | Description |
|---|---|
| org.ow2.chameleon.core.activators | |
| org.ow2.chameleon.core.services |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleDeployer
Deployer installing and starting bundles.
|
class |
ConfigDeployer
Deployer pushing the content of 'cfg' files to the Configuration Admin.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Deployer> |
DirectoryMonitor.deployers
List of deployers.
|
| Modifier and Type | Method and Description |
|---|---|
Deployer |
DirectoryMonitor.addingService(org.osgi.framework.ServiceReference<Deployer> reference) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryMonitor.modifiedService(org.osgi.framework.ServiceReference<Deployer> reference,
Deployer o) |
void |
DirectoryMonitor.removedService(org.osgi.framework.ServiceReference<Deployer> reference,
Deployer deployer) |
| Modifier and Type | Method and Description |
|---|---|
Deployer |
DirectoryMonitor.addingService(org.osgi.framework.ServiceReference<Deployer> reference) |
void |
DirectoryMonitor.modifiedService(org.osgi.framework.ServiceReference<Deployer> reference,
Deployer o) |
void |
DirectoryMonitor.removedService(org.osgi.framework.ServiceReference<Deployer> reference,
Deployer deployer) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDeployer
A default implementation of the deployer.
|
class |
DirectoryBasedDeployer
A default implementation of the deployer accepting file from a specified directory.
|
class |
ExtensionBasedDeployer
A default implementation of the deployer accepting file by extension.
|
Copyright © 2009–2014 OW2 Chameleon. All rights reserved.