Registry / utility / jboss-vfs

jboss-vfs

JSON →
library3.3.2.Finaljavamavenunverified

JBoss VFS is a virtual file system library that provides a unified API for accessing files from various sources.

<dependency> <groupId>org.jboss</groupId> <artifactId>jboss-vfs</artifactId> <version>3.3.2.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-VFS
J
jboss-vfs
utilityjavav3.3.2.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VFS
org.jboss.vfs.VFS

Shows how to obtain a VirtualFile using VFS.

import org.jboss.vfs.VFS; import org.jboss.vfs.VirtualFile; public class Example { public static void main(String[] args) throws Exception { VirtualFile file = VFS.getChild("/path/to/file"); System.out.println(file.getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.2.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jboss-vfs — mvn dependency:get jboss-vfs · libregistry