TrueVFS Kernel Implementation

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.

License

License

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.truevfs
ArtifactId

ArtifactId

truevfs-kernel-impl_2.10
Last Version

Last Version

0.12.2
Release Date

Release Date

Type

Type

jar
Description

Description

TrueVFS Kernel Implementation
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.
Project URL

Project URL

http://truevfs.net/
Project Organization

Project Organization

Schlichtherle IT Services
Source Code Management

Source Code Management

https://github.com/christian-schlichtherle/truevfs

Download truevfs-kernel-impl_2.10

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.7
net.java.truevfs : truevfs-kernel-spec jar 0.12.2

test (6)

Group / Artifact Type Version
com.novocode : junit-interface jar 0.11
org.mockito : mockito-core jar 3.1.0
org.scalatest : scalatest_2.10 jar 3.0.8
org.slf4j : slf4j-simple jar 1.7.28
net.java.truecommons : truecommons-shed jar 2.5.0
net.java.truecommons : truecommons-shed jar 2.5.0

Project Modules

There are no modules declared in this project.

Release Notes Maven Central Apache License 2.0 Test Workflow

TrueVFS

TrueVFS is a virtual file system (VFS) for Java 8 which enables client applications to access archive files as if they were virtual directories, including 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.

For more information, please refer to the documentation at http://truevfs.net/.

Versions

Version
0.12.2
0.12.1
0.12.0