https://github.com/wildfly/jboss-vfs
JBoss VFS
https://github.com/wildfly/jboss-vfs
Last synced: about 1 year ago
JSON representation
JBoss VFS
- Host: GitHub
- URL: https://github.com/wildfly/jboss-vfs
- Owner: wildfly
- License: apache-2.0
- Created: 2011-02-24T15:07:44.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2025-07-18T13:34:13.000Z (about 1 year ago)
- Last Synced: 2025-07-21T05:37:21.559Z (about 1 year ago)
- Language: Java
- Homepage: www.jboss.org
- Size: 4.09 MB
- Stars: 26
- Watchers: 13
- Forks: 44
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
## JBoss Virtual File System (JBoss VFS)
JBoss VFS provides an API to represent a deployment as a read-only hierarchical file system
regardless of whether it is packaged or not. It also allows deployments to be accessed both locally and remotely
using a pluggable design so that new protocols can easily be added to those supplied by default (file, jar, memory).
## Building
Prerequisites:
* JDK 8 or newer - check `java -version`
* Maven 3.6.0 or newer - check `mvn -v`
To build with your own Maven installation:
mvn install
## Documentation
All documentation lives at https://docs.jboss.org/jbossmc/docs/2.0.x/userGuide/ch20.html
## Issue tracker
All issues can be reported at https://issues.jboss.org/browse/JBVFS
## Code
All code can be found at https://github.com/jbossas/jboss-vfs
## License
All code distributed under [ASL 2.0](LICENSE.txt).