public class FabDeploymentListener extends Object implements org.apache.felix.fileinstall.ArtifactUrlTransformer
| Constructor and Description |
|---|
FabDeploymentListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(File artifact) |
protected boolean |
isBundle(Attributes attributes)
Detect if the given attributes denote a valid OSGi bundle
|
boolean |
isDeployNonBundles() |
void |
setDeployNonBundles(boolean deployNonBundles) |
URL |
transform(URL artifact) |
public boolean canHandle(File artifact)
canHandle in interface org.apache.felix.fileinstall.ArtifactListenerprotected boolean isBundle(Attributes attributes)
attributes - public URL transform(URL artifact)
transform in interface org.apache.felix.fileinstall.ArtifactUrlTransformerpublic boolean isDeployNonBundles()
public void setDeployNonBundles(boolean deployNonBundles)
Copyright © 2011–2014 Red Hat. All rights reserved.