I think I get it.Suggestion : adding a capability to deal with I/O services
a service is just an advanced feature, such as findFiles which is obvious
In case of SVN, CVS a service could be: checkout, commit, update, revert and so on, right?
So we might need something like a ServiceLocator e.g.
CommitService cs = (CommitService) FileObject.getServices().findService(CommitService.class)
cs.setExecuteRecursive(true);
cs.setSomeOtherParameters();
cs.execute();
If we manage to get VFS out of sandbox we can create our own sandbox. At least I would like to add this as its own module at first (if possible)why not ?Do you plan to contribute it?Misc : I've seen in the Todo list : "Add more selectors: XPath"
my Active Tags engine has not yet been released, but all the stuff with VFS works fine with XPath
it would add new dependencies to VFS
Ciao, Mario
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
