[jboss-jira] [JBoss JIRA] Created: (JBDEPLOY-161) Add DeploymentProvidedDeploymentUnitFilter

Ales Justin (JIRA) jira-events at lists.jboss.org
Sat Feb 28 06:41:44 EST 2009


Add DeploymentProvidedDeploymentUnitFilter
------------------------------------------

                 Key: JBDEPLOY-161
                 URL: https://jira.jboss.org/jira/browse/JBDEPLOY-161
             Project: JBoss Deployers
          Issue Type: Feature Request
          Components: deployer
    Affects Versions: JBDEPLOY-2.0.5.GA
            Reporter: Ales Justin
            Assignee: Ales Justin
             Fix For: JBDEPLOY-2.2.0.Alpha


Add a DeploymentUnitFilter that looks for DeploymentUnitFilter in attachments,
and if found, delegates its work to it.

e.g.
      DeploymentUnitFilter filter = unit.getAttachment(DeploymentUnitFilter.class);
      return filter == null || filter.accepts(unit);


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list