SimpleJavaCompiler

scala.build.compiler.SimpleJavaCompiler
See theSimpleJavaCompiler companion object
final case class SimpleJavaCompiler(defaultJavaCommand: String, defaultJavaOptions: Seq[String])

A simple Java compiler to handle pure Java projects.

Attributes

defaultJavaCommand

the default java command to be used

defaultJavaOptions

the default jvm options to be used with the java command

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def compile(project: Project, logger: Logger): Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product