JavaParserProxy
scala.build.internal.JavaParserProxy
trait JavaParserProxy
Helper to get class names from Java sources
See JavaParserProxyJvm for the implementation that runs things in memory using java-class-name from the class path, and JavaParserProxyBinary for the implementation that downloads and runs a java-class-name binary.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class JavaParserProxyBinaryclass JavaParserProxyJvm