aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-07-05 01:01:24 +0200
committerSven Gothel <[email protected]>2022-07-05 01:01:24 +0200
commitb9d1c558884dd5f5ce23ee7d35e2f14201a2c4c2 (patch)
tree7b7893d228d21bf292bad37350ab17836500ee50 /CHANGES.md
parent2ba71f91fd852fd609943a2625be26e1c67c8507 (diff)
mount/umount: Cover `testsudo_fileutils02.cpp` with `TestsudoFileUtils02.java`; API-doc: Detail mount/umount capabilities (alt to sudo)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e1d895d..fb8d624 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -11,11 +11,12 @@
**0.14.0** (TODO)
* Add java mapping of `jau::fs::*` operations
+ - `get_cwd()`, `basename()`, `dirname()`, `compare()`, `mkdir()`, `touch()`, `get_dir_content()`
+ - `visit()` with `path_visitor` -> `PathVisitor` and `traverse_options` -> `TraverserOptions`
- `copy()` with `copy_options` -> `CopyOptions`
- `remove()` with `traverse_options` -> `TraverseOptions`
- `mount_image()` and `umount()`
- - Copied `test_fileutils01.cpp` to java, passed.
- - TODO Copy `testsudo_fileutils02.cpp` to java.
+ - Copied `test_fileutils01.cpp` to `TestFileUtils01.java` and `testsudo_fileutils02.cpp` to `TestsudoFileUtils02.java`.
* Have `jau.pkg.PlatformRuntime` load tool library `jaulib` as well, resolving dependencies for self-testing.
* Add java mapping of `jau::io::ByteInStream` for file, URL and feed for general use
- `org.jau.nio.ByteInStream`, `org.jau.nio.ByteInStream_File`, `org.jau.nio.ByteInStream_URL`, `org.jau.nio.ByteInStream_Feed`