Registry / utility / kie-nio2-fs

kie-nio2-fs

JSON →
library6.0.0.CR5javamavenunverified

Provides a NIO.2 file system implementation for KIE (Knowledge Is Everything) projects, enabling file operations in Drools and jBPM environments.

<dependency> <groupId>org.kie.commons</groupId> <artifactId>kie-nio2-fs</artifactId> <version>6.0.0.CR5</version> </dependency>
INSTALL
IMPORT
SIG · KIE-NIO2-FS
K
kie-nio2-fs
utilityjavav6.0.0.CR5
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.

Paths
org.kie.commons.java.nio.file.Paths

Demonstrates basic usage of the KIE NIO.2 file system Paths class.

import org.kie.commons.java.nio.file.Paths; public class Example { public static void main(String[] args) { Path path = Paths.get("/tmp/example.txt"); System.out.println("Path: " + path); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.0.CR5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kie-nio2-fs — mvn dependency:get kie-nio2-fs · libregistry