Class BlueprintDeploymentListener
- java.lang.Object
-
- org.apache.karaf.deployer.blueprint.BlueprintDeploymentListener
-
- All Implemented Interfaces:
org.apache.felix.fileinstall.ArtifactListener,org.apache.felix.fileinstall.ArtifactUrlTransformer
public class BlueprintDeploymentListener extends Object implements org.apache.felix.fileinstall.ArtifactUrlTransformer
A deployment listener that listens for spring xml applications and creates bundles for these.
-
-
Constructor Summary
Constructors Constructor Description BlueprintDeploymentListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandle(File artifact)protected Documentparse(File artifact)URLtransform(URL artifact)
-