org.jboss.osgi.deployer.helpers
Class BundleDeploymentUnitFilter

java.lang.Object
  extended by org.jboss.osgi.deployer.helpers.BundleDeploymentUnitFilter
All Implemented Interfaces:
org.jboss.deployers.structure.spi.DeploymentUnitFilter

public class BundleDeploymentUnitFilter
extends java.lang.Object
implements org.jboss.deployers.structure.spi.DeploymentUnitFilter

A DeploymentUnitFilter that rejects OSGi bundle deployments.

Since:
27-Feb-2009
Author:
Thomas.Diesler@jboss.com

Constructor Summary
BundleDeploymentUnitFilter()
           
 
Method Summary
 boolean accepts(org.jboss.deployers.structure.spi.DeploymentUnit unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleDeploymentUnitFilter

public BundleDeploymentUnitFilter()
Method Detail

accepts

public boolean accepts(org.jboss.deployers.structure.spi.DeploymentUnit unit)
Specified by:
accepts in interface org.jboss.deployers.structure.spi.DeploymentUnitFilter


Copyright © 2010. All Rights Reserved.