[jboss-dev-forums] [Design of POJO Server] - Re: removing isArchive()
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Oct 19 15:26:01 EDT 2006
isArchive has been removed. At best it was a hint about how recursion should be handled, but this is not an inherent property of a given VirtualFile implementation. Its a notion of the visitor.
Now recursion is completely controlled by a separate VirtualFileFilter. See
"Changed recurse notions in VisitorAttributes, VFS.visit":
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=92962
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979458#3979458
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979458
More information about the jboss-dev-forums
mailing list