[jboss-jira] [JBoss JIRA] Created: (JBDEPLOY-66) Simplify the StructureDeployer api
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Wed Jul 30 14:11:26 EDT 2008
Simplify the StructureDeployer api
----------------------------------
Key: JBDEPLOY-66
URL: https://jira.jboss.org/jira/browse/JBDEPLOY-66
Project: JBoss Deployers
Issue Type: Task
Components: structure
Reporter: Adrian Brock
Fix For: JBDEPLOY-2.0.0.CR1
Currently the StructureDeployer api has a horrible method signature:
boolean determineStructure(VirtualFile root, VirtualFile parent, VirtualFile file, StructureMetaData metaData, VFSStructuralDeployers deployers) throws DeploymentException;
These are fairly ad hoc and difficult to change when we need to pass new context.
We should introduce a new class "StructureContext" which encapsulates these parameters
and any future parameters.
--
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