[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Deployment cleanup & modifications
alesj
do-not-reply at jboss.com
Fri Feb 6 02:15:32 EST 2009
"alesj" wrote : "alesj" wrote :
| | Does this look legit enough?
| |
| This needs more work, as sub-deployments don't have Deployment instance.
| I'll dig further.
I'll re-write this as part of Deployers sub-project.
The usage will be simple:
| public interface StructureModificationChecker
| {
| /**
| * Has structure been modified.
| *
| * @param root the structure's root
| * @return true if structure has been modified, false otherwise
| */
| boolean hasStructureBeenModified(VirtualFile root);
| }
|
All the rest is impl detail. :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207594#4207594
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207594
More information about the jboss-dev-forums
mailing list