scala.build.internal.JavaParserProxyBinary
Downloads and runs java-class-name as an external binary.
Attributes
- Graph
- Supertypes
class Object
trait Matchable
class Any
Members list
Concise view
Value members
For internal use only
Passing archiveCache as an Object, to work around issues with higher-kind type params from
Java code.
Attributes
Extracts the class name of a Java source, using the dotty Java parser.
Extracts the class name of a Java source, using the dotty Java parser.
Attributes
- content
the Java source to extract a class name from
- Returns:
either some class name (if one was found) or none (if none was found), or a
BuildException