RFR: 8298318: (fs) APIs for handling filename extensions [v5]
Brian Burkhalter
bpb at openjdk.org
Thu Mar 7 22:11:10 UTC 2024
> Add to `java.nio.file.Path` a method `getExtension` to retrieve the `Path`'s extension, and companion methods `removeExtension` and `addExtension`.
Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
8298318: Address reviewer comments
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16226/files
- new: https://git.openjdk.org/jdk/pull/16226/files/caeb1f14..030a250a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16226&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16226&range=03-04
Stats: 66 lines in 2 files changed: 37 ins; 16 del; 13 mod
Patch: https://git.openjdk.org/jdk/pull/16226.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16226/head:pull/16226
PR: https://git.openjdk.org/jdk/pull/16226
More information about the nio-dev
mailing list