|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.vfs.spi.structure.helpers.VFS2BaseBridgeDeploymentUnitFilter
public abstract class VFS2BaseBridgeDeploymentUnitFilter
Bridge deployment unit filter. It implements both, plain deployment unit and vfs deployment unit filters. It delegates work to base du accepts method for both accepts.
Constructor Summary | |
---|---|
VFS2BaseBridgeDeploymentUnitFilter()
|
Method Summary | |
---|---|
boolean |
accepts(DeploymentUnit unit)
Match the deployment unit |
boolean |
accepts(VFSDeploymentUnit unit)
Match the deployment unit |
protected abstract boolean |
doAccepts(DeploymentUnit unit)
Do we accept this unit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VFS2BaseBridgeDeploymentUnitFilter()
Method Detail |
---|
protected abstract boolean doAccepts(DeploymentUnit unit)
unit
- the deployment unit
public boolean accepts(VFSDeploymentUnit unit)
VFSDeploymentUnitFilter
accepts
in interface VFSDeploymentUnitFilter
unit
- the vfs deployment unit
public boolean accepts(DeploymentUnit unit)
DeploymentUnitFilter
accepts
in interface DeploymentUnitFilter
unit
- the deployment unit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |