org.jboss.deployment
Class ListDeploymentUnitFilter

java.lang.Object
  extended by org.jboss.deployment.ListDeploymentUnitFilter
All Implemented Interfaces:
org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnitFilter

public class ListDeploymentUnitFilter
extends Object
implements org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnitFilter

ListDeploymentUnitFilter

Author:
ales.justin@jboss.org

Constructor Summary
ListDeploymentUnitFilter()
           
 
Method Summary
 boolean accepts(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit)
           
 void setFilters(List<org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnitFilter> filters)
          Set list of filters.
 void start()
          Check filters list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDeploymentUnitFilter

public ListDeploymentUnitFilter()
Method Detail

start

public void start()
Check filters list.


accepts

public boolean accepts(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit)
Specified by:
accepts in interface org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnitFilter

setFilters

public void setFilters(List<org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnitFilter> filters)
Set list of filters.

Parameters:
filters - the filters


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.