diff options
author | Sven Gothel <[email protected]> | 2022-07-05 01:01:24 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-07-05 01:01:24 +0200 |
commit | b9d1c558884dd5f5ce23ee7d35e2f14201a2c4c2 (patch) | |
tree | 7b7893d228d21bf292bad37350ab17836500ee50 /CHANGES.md | |
parent | 2ba71f91fd852fd609943a2625be26e1c67c8507 (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.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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` |