代码之家  ›  专栏  ›  技术社区  ›  dond

Apache Commons VFS中的Git协议

  •  3
  • dond  · 技术社区  · 11 年前

    您知道Java中Apache Commons VFS的git://协议的任何实现吗?

    当然,Git不在官方支持的文件系统之列,请参阅 http://commons.apache.org/proper/commons-vfs/filesystems.html 但我不敢相信根本没有impl。试着在谷歌上搜索,但没有发现任何可用的东西。

    由于Git通常可以被视为具有VCS功能的文件系统,我想创建VFS模块应该没有那么难。还是我错了?

    2 回复  |  直到 11 年前
        1
  •  1
  •   meadlai    6 年前
     https://mvnrepository.com/artifact/org.uberfire/vfs-jgit
    

    事实上,uberfire有一个jgit虚拟文件系统的实现,它不会发布很长时间,尽管它适用于redhat jbpm kie服务器:

     https://github.com/kiegroup/appformer
    
        2
  •  0
  •   Joe    11 年前

    https://github.com/mmounirou/commons-vfs-git 似乎是一个使用jgit的commons vfs实现。