Add new classpath/javaagent method that returns a list
·
41 commits
to master
since this release
In this release, I added a new getContextPaths
method that returns the classpath and Java agent specifications in a list. After using the existing getClasspath
method, I realized that I ended up having to perform a lot of processing on the string it returns that essentially undoes the string concatenation the method had just done.