public class FabDeploymentListener
extends java.lang.Object
implements org.apache.felix.fileinstall.ArtifactUrlTransformer
| Constructor and Description |
|---|
FabDeploymentListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(java.io.File artifact) |
protected boolean |
isBundle(java.util.jar.Attributes attributes)
Detect if the given attributes denote a valid OSGi bundle
|
boolean |
isDeployNonBundles() |
void |
setDeployNonBundles(boolean deployNonBundles) |
java.net.URL |
transform(java.net.URL artifact) |
public boolean canHandle(java.io.File artifact)
canHandle in interface org.apache.felix.fileinstall.ArtifactListenerprotected boolean isBundle(java.util.jar.Attributes attributes)
attributes - public java.net.URL transform(java.net.URL artifact)
transform in interface org.apache.felix.fileinstall.ArtifactUrlTransformerpublic boolean isDeployNonBundles()
public void setDeployNonBundles(boolean deployNonBundles)
Copyright © 2016 Red Hat. All Rights Reserved.