Re: RFR 8207690: SearchPath API for classpath and similar path strings

2018-11-27 Thread Jonathan Gibbons
Mostly great.  I look forward to being able to use it (eventually) in tools like javac, javadoc. Doc nits: I would suggest using "Although" instead of "Though" in "Though the strings are typically filesystem paths", and since it follows "Note:" it does not need to be capitalized. More signi

Re: RFR 8207690: SearchPath API for classpath and similar path strings

2018-11-27 Thread Roger Riggs
Please review a refreshed API for parsing search and using paths. Thanks for the earlier comments and suggestions. java.util.SearchPath is an immutable sequence of strings, typically filesystem paths. A search path is created from a list of strings or by splitting a string using File.pathSepara

Re: RFR 8207690: SearchPath API for classpath and similar path strings

2018-10-31 Thread Roger Riggs
Ping... http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-October/055865.html On 10/04/2018 11:09 AM, Roger Riggs wrote: Please review a revised API for parsing search and using paths. Thanks for the earlier comments and suggestions. java.util.SearchPath is an immutable sequence of str