Last Version

TrueVFS 0.11.1

TrueVFS is a virtual file system (VFS) for Java 7 which enables client applications to perform CRUD (Create, Read, Update, Delete) operations on archive files as if they were virtual directories, even with nested archive files in multithreaded environments. As a library, TrueVFS provides simple, uniform, transparent, thread-safe, read/write access to archive files as if they were virtual directories in a file system path. As a framework, TrueVFS provides the API to write file system drivers which plug-in to its federated file system space.

License

License

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.truevfs
ArtifactId

ArtifactId

truevfs
Version

Version

0.11.1
Type

Type

pom
Description

Description

TrueVFS
TrueVFS is a virtual file system (VFS) for Java 7 which enables client applications to perform CRUD (Create, Read, Update, Delete) operations on archive files as if they were virtual directories, even with nested archive files in multithreaded environments. As a library, TrueVFS provides simple, uniform, transparent, thread-safe, read/write access to archive files as if they were virtual directories in a file system path. As a framework, TrueVFS provides the API to write file system drivers which plug-in to its federated file system space.
Project Organization

Project Organization

Schlichtherle IT Services

Download truevfs 0.11.1

Filename Size
truevfs-0.11.1.pom 25 KB
Browse

<!-- https://jarcasting.com/artifacts/net.java.truevfs/truevfs/ -->
<dependency>
    <groupId>net.java.truevfs</groupId>
    <artifactId>truevfs</artifactId>
    <version>0.11.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs/
implementation 'net.java.truevfs:truevfs:0.11.1'
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs/
implementation ("net.java.truevfs:truevfs:0.11.1")
'net.java.truevfs:truevfs:pom:0.11.1'
<dependency org="net.java.truevfs" name="truevfs" rev="0.11.1">
  <artifact name="truevfs" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.java.truevfs', module='truevfs', version='0.11.1')
)
libraryDependencies += "net.java.truevfs" % "truevfs" % "0.11.1"
[net.java.truevfs/truevfs "0.11.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • truevfs-access
  • truevfs-access-swing
  • truevfs-archetype
  • truevfs-comp
  • truevfs-driver
  • truevfs-ext
  • truevfs-kernel
  • truevfs-profile
  • truevfs-samples