org.apache.felix.deploymentadmin.spi
Class StartCustomizerCommand
java.lang.Object
org.apache.felix.deploymentadmin.spi.Command
org.apache.felix.deploymentadmin.spi.StartCustomizerCommand
public class StartCustomizerCommand
- extends Command
Command that starts all customizer bundles defined in the source deployment packages of a deployment
session. In addition all customizer bundles of the target deployment package that are not present in the source
deployment package are started as well.
Method Summary |
void |
execute(DeploymentSessionImpl session)
Executes the command, the specified DeploymentSession can be used to obtain various
information about the deployment session which the command is part of. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartCustomizerCommand
public StartCustomizerCommand()
execute
public void execute(DeploymentSessionImpl session)
throws DeploymentException
- Description copied from class:
Command
- Executes the command, the specified
DeploymentSession
can be used to obtain various
information about the deployment session which the command is part of.
- Specified by:
execute
in class Command
- Parameters:
session
- The deployment session this command is part of.
- Throws:
DeploymentException
- Thrown if the command could not successfully execute.
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.