Package com.github.fungal.impl
Class DeploymentDeployer
java.lang.Object
com.github.fungal.impl.DeploymentDeployer
- All Implemented Interfaces:
CloneableDeployer,Deployer,Cloneable
The deployment deployer (deploys .xml files)
- Author:
- Jesper Pedersen
-
Constructor Details
-
DeploymentDeployer
Constructor- Parameters:
kernel- The kernel
-
-
Method Details
-
accepts
Accepts the URL of the deployment -
getOrder
public int getOrder()Get the order for the deployer. The lower the number the sooner the deployer will be scheduled in the deployment chain -
deploy
Deploy- Specified by:
deployin interfaceDeployer- Parameters:
url- The URLcontext- The deployment contextparent- The parent classloader- Returns:
- The deployment; or null if no deployment was made
- Throws:
DeployException- Thrown if an error occurs during deployment
-
clone
Clone- Specified by:
clonein interfaceCloneableDeployer- Overrides:
clonein classObject- Returns:
- The copy of the object
- Throws:
CloneNotSupportedException- Thrown if a copy can't be created
-