Project Group: net.java.truevfs

TrueVFS Driver ZIP

net.java.truevfs : truevfs-driver-zip

Provides a file system driver for accessing the ZIP file format. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Driver TAR.GZIP

net.java.truevfs : truevfs-driver-tar-gzip

Provides a file system driver for accessing the GZIP compressed TAR file format. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Driver TAR.BZIP2

net.java.truevfs : truevfs-driver-tar-bzip2

Provides a file system driver for accessing the BZIP2 compressed TAR file format. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Driver TAR

net.java.truevfs : truevfs-driver-tar

Provides a file system driver for accessing the TAR file format. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Driver ODF

net.java.truevfs : truevfs-driver-odf

Provides a file system driver for accessing the Open Document File format. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Driver TAR.XZ

net.java.truevfs : truevfs-driver-tar-xz

Provides a file system driver for accessing the XZ compressed TAR file format. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Driver JAR

net.java.truevfs : truevfs-driver-jar

Provides a file system driver for accessing the JAR file format. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Driver HTTP(S)

net.java.truevfs : truevfs-driver-http

Provides a file system driver for read-only access to the web. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Driver SFX

net.java.truevfs : truevfs-driver-sfx

Provides a file system driver for read-only access to the SelF eXtracting ZIP file format, alias SFX. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Driver ZIP.RAES

net.java.truevfs : truevfs-driver-zip-raes

Provides a file system driver for accessing the RAES encrypted ZIP file format, alias ZIP.RAES or TZP. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Access

net.java.truevfs : truevfs-access

Provides convenient access to the (federated virtual) file system space for TrueVFS client applications. Features simple, uniform, transparent, thread-safe, read/write access to archive files as if they were virtual directories in a file system path.

Last Version: 0.14.0

Release Date:

TrueVFS Component JMX

net.java.truevfs : truevfs-comp-jmx

Provides basic functionality for instrumenting the TrueVFS Kernel with JMX.

Last Version: 0.14.0

Release Date:

TrueVFS Kernel Specification

net.java.truevfs : truevfs-kernel-spec

Specifies the API for accessing the federated virtual file system space. Provides a service provider API for a singleton file system manager, an I/O buffer pool and a file system driver map.

Last Version: 0.14.0

Release Date:

TrueVFS Component Instrumentation

net.java.truevfs : truevfs-comp-inst

Provides basic functionality for instrumenting the TrueVFS Kernel.

Last Version: 0.14.0

Release Date:

TrueVFS Profile Default

net.java.truevfs : truevfs-profile-default

Bundles dependencies to support accessing all TrueVFS features without the slight negative performance impact of some excluded modules. Depends on the base configuration profile and adds the file system drivers for HTTP(S), ODF, TAR, TAR.BZIP2, TAR.GZIP, TAR.XZ and ZIP.RAES.

Last Version: 0.14.0

Release Date:

TrueVFS Kernel Implementation

net.java.truevfs : truevfs-kernel-impl

Implements the API for accessing the federated virtual file system space. You can override it by providing another file system manager factory implementation with a higher priority on the class path.

Last Version: 0.14.0

Release Date:

TrueVFS Component ZipDriver

net.java.truevfs : truevfs-comp-zipdriver

Provides basic drivers for reading and writing ZIP files.

Last Version: 0.14.0

Release Date:

TrueVFS Component TarDriver

net.java.truevfs : truevfs-comp-tardriver

Provides basic drivers for reading and writing TAR files.

Last Version: 0.14.0

Release Date:

TrueVFS Driver FILE

net.java.truevfs : truevfs-driver-file

Provides a file system driver for accessing the platform file system. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Profile Base

net.java.truevfs : truevfs-profile-base

Bundles dependencies to support the most prominent use cases. Provides the file system drivers for JAR and ZIP.

Last Version: 0.14.0

Release Date:

TrueVFS Extension Logging

net.java.truevfs : truevfs-ext-logging

Instruments the TrueVFS Kernel for logging via SLF4J. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Component IBM437

net.java.truevfs : truevfs-comp-ibm437

Provides the IBM437 character set alias CP437 for use with genuine ZIP files. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Extension Insight

net.java.truevfs : truevfs-ext-insight

Instruments the TrueVFS Kernel for statistics monitoring via JMX. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Component ZIP

net.java.truevfs : truevfs-comp-zip

Provides basic functionality for reading and writing ZIP files.

Last Version: 0.14.0

Release Date:

TrueVFS Profile Full

net.java.truevfs : truevfs-profile-full

Bundles dependencies to support all TrueVFS features. Should not be used in production environments because of its slightly negative performance impact. Depends on the default configuration profile and adds the file system driver for SFX and the extensions Insight, Logging and Pacemaker.

Last Version: 0.14.0

Release Date:

TrueVFS Samples

net.java.truevfs : truevfs-samples

Sample applications to demonstrate the usage of TrueVFS modules to support many, even esoteric use cases.

Last Version: 0.14.0

Release Date:

TrueVFS Access Swing

net.java.truevfs : truevfs-access-swing

This module provides Swing GUI classes for viewing file trees and choosing entries in archive files.

Last Version: 0.14.0

Release Date:

TrueVFS Extension Pacemaker

net.java.truevfs : truevfs-ext-pacemaker

Constraints the number of concurrently mounted archive file systems in order to save some heap space. Provides a JMX interface for monitoring and management. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Last Version: 0.14.0

Release Date:

TrueVFS Kernel Implementation

net.java.truevfs : truevfs-kernel-impl_2.11

Implements the API for accessing the federated virtual file system space. You can override it by providing another file system manager factory implementation with a higher priority on the class path.

Last Version: 0.12.2

Release Date:

TrueVFS Kernel Implementation

net.java.truevfs : truevfs-kernel-impl_2.12

Implements the API for accessing the federated virtual file system space. You can override it by providing another file system manager factory implementation with a higher priority on the class path.

Last Version: 0.12.2

Release Date:

TrueVFS Kernel Implementation

net.java.truevfs : truevfs-kernel-impl_2.10

Implements the API for accessing the federated virtual file system space. You can override it by providing another file system manager factory implementation with a higher priority on the class path.

Last Version: 0.12.2

Release Date:

TrueVFS Kernel Implementation

net.java.truevfs : truevfs-kernel-impl_2.13

Implements the API for accessing the federated virtual file system space. You can override it by providing another file system manager factory implementation with a higher priority on the class path.

Last Version: 0.12.2

Release Date:

TrueVFS Profile Default

net.java.truevfs : truevfs-profile-default_2.11

Bundles dependencies to support accessing all TrueVFS features without the slight negative performance impact of some excluded modules. Depends on the base configuration profile and adds the file system drivers for HTTP(S), ODF, TAR, TAR.BZIP2, TAR.GZIP, TAR.XZ and ZIP.RAES.

Last Version: 0.12.2

Release Date:

TrueVFS Extension Insight

net.java.truevfs : truevfs-ext-insight_2.11

Instruments the TrueVFS Kernel for statistics monitoring via JMX. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Last Version: 0.12.2

Release Date:

TrueVFS Extension Pacemaker

net.java.truevfs : truevfs-ext-pacemaker_2.11

Constraints the number of concurrently mounted archive file systems in order to save some heap space. Provides a JMX interface for monitoring and management. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Last Version: 0.12.2

Release Date:

TrueVFS Extension Logging

net.java.truevfs : truevfs-ext-logging_2.11

Instruments the TrueVFS Kernel for logging via SLF4J. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Last Version: 0.12.2

Release Date:

TrueVFS Profile Base

net.java.truevfs : truevfs-profile-base_2.11

Bundles dependencies to support the most prominent use cases. Provides the file system drivers for JAR and ZIP.

Last Version: 0.12.2

Release Date:

TrueVFS Profile Base

net.java.truevfs : truevfs-profile-base_2.12

Bundles dependencies to support the most prominent use cases. Provides the file system drivers for JAR and ZIP.

Last Version: 0.12.2

Release Date:

TrueVFS Extension Insight

net.java.truevfs : truevfs-ext-insight_2.12

Instruments the TrueVFS Kernel for statistics monitoring via JMX. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Last Version: 0.12.2

Release Date:

TrueVFS Extension Pacemaker

net.java.truevfs : truevfs-ext-pacemaker_2.12

Constraints the number of concurrently mounted archive file systems in order to save some heap space. Provides a JMX interface for monitoring and management. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Last Version: 0.12.2

Release Date:

TrueVFS Extension Logging

net.java.truevfs : truevfs-ext-logging_2.12

Instruments the TrueVFS Kernel for logging via SLF4J. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Last Version: 0.12.2

Release Date:

TrueVFS Profile Default

net.java.truevfs : truevfs-profile-default_2.12

Bundles dependencies to support accessing all TrueVFS features without the slight negative performance impact of some excluded modules. Depends on the base configuration profile and adds the file system drivers for HTTP(S), ODF, TAR, TAR.BZIP2, TAR.GZIP, TAR.XZ and ZIP.RAES.

Last Version: 0.12.2

Release Date:

TrueVFS Extension Logging

net.java.truevfs : truevfs-ext-logging_2.13

Instruments the TrueVFS Kernel for logging via SLF4J. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Last Version: 0.12.2

Release Date:

TrueVFS Profile Base

net.java.truevfs : truevfs-profile-base_2.13

Bundles dependencies to support the most prominent use cases. Provides the file system drivers for JAR and ZIP.

Last Version: 0.12.2

Release Date:

TrueVFS Extension Pacemaker

net.java.truevfs : truevfs-ext-pacemaker_2.13

Constraints the number of concurrently mounted archive file systems in order to save some heap space. Provides a JMX interface for monitoring and management. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Last Version: 0.12.2

Release Date:

TrueVFS Extension Insight

net.java.truevfs : truevfs-ext-insight_2.13

Instruments the TrueVFS Kernel for statistics monitoring via JMX. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Last Version: 0.12.2

Release Date:

TrueVFS Profile Default

net.java.truevfs : truevfs-profile-default_2.13

Bundles dependencies to support accessing all TrueVFS features without the slight negative performance impact of some excluded modules. Depends on the base configuration profile and adds the file system drivers for HTTP(S), ODF, TAR, TAR.BZIP2, TAR.GZIP, TAR.XZ and ZIP.RAES.

Last Version: 0.12.2

Release Date:

TrueVFS Profile Default

net.java.truevfs : truevfs-profile-default_2.10

Bundles dependencies to support accessing all TrueVFS features without the slight negative performance impact of some excluded modules. Depends on the base configuration profile and adds the file system drivers for HTTP(S), ODF, TAR, TAR.BZIP2, TAR.GZIP, TAR.XZ and ZIP.RAES.

Last Version: 0.12.2

Release Date:

TrueVFS Profile Base

net.java.truevfs : truevfs-profile-base_2.10

Bundles dependencies to support the most prominent use cases. Provides the file system drivers for JAR and ZIP.

Last Version: 0.12.2

Release Date:

TrueVFS Extension Insight

net.java.truevfs : truevfs-ext-insight_2.10

Instruments the TrueVFS Kernel for statistics monitoring via JMX. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Last Version: 0.12.2

Release Date:

  • 1