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.

Value parameters

defaultJavaCommand

the default java command to be used

defaultJavaOptions

the default jvm options to be used with the java command

Attributes

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

Members list

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