fs-core

A collection of classes that help in writing NIO.2 file systems

License

License

GroupId

GroupId

com.github.robtimus
ArtifactId

ArtifactId

fs-core
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

fs-core
A collection of classes that help in writing NIO.2 file systems
Project URL

Project URL

https://robtimus.github.io/fs-core/
Source Code Management

Source Code Management

https://github.com/robtimus/fs-core

Download fs-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.robtimus/fs-core/ -->
<dependency>
    <groupId>com.github.robtimus</groupId>
    <artifactId>fs-core</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/fs-core/
implementation 'com.github.robtimus:fs-core:2.0.1'
// https://jarcasting.com/artifacts/com.github.robtimus/fs-core/
implementation ("com.github.robtimus:fs-core:2.0.1")
'com.github.robtimus:fs-core:jar:2.0.1'
<dependency org="com.github.robtimus" name="fs-core" rev="2.0.1">
  <artifact name="fs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='fs-core', version='2.0.1')
)
libraryDependencies += "com.github.robtimus" % "fs-core" % "2.0.1"
[com.github.robtimus/fs-core "2.0.1"]

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.0
org.hamcrest : hamcrest jar 2.2
org.mockito : mockito-core jar 3.5.13

Project Modules

There are no modules declared in this project.

fs-core

The fs-core library provides utility classes and interfaces that can assist in implementing NIO.2 file systems.

Please refer to the JavaDocs for more information.

Limitations

Classes SimpleAbstractPath, which can be used as a base class of Path implementations, and PathMatcherSupport, which can be used to help implement PathMatcher support in file systems, always use / as separator, and do not allow / inside file or directory names.

Versions

Version
2.0.1
2.0
1.3
1.2
1.1
1.0