bisq/common
Steven Barclay 34409638f7
Avoid enumerating every jar entry in FileUtil::listResourceDirectory
Use 'java.nio.file.FileSystem' in place of 'java.util.jar.JarFile' to
list all the resources under a given classpath (on Windows & Linux), as
that is a bit neater and potentially more efficient than scanning the
entire ZIP directory structure.
2021-12-09 09:52:30 +01:00
..
src Avoid enumerating every jar entry in FileUtil::listResourceDirectory 2021-12-09 09:52:30 +01:00