TranspilerGroup

case
class TranspilerGroup(config: Config, projectPath: Path, transpilers: Seq[Transpiler]) extends Transpiler
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def shouldRun(): Boolean
Definition Classes
override
def validEnvironment(): Boolean
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def run(tmpTranspileDir: Path): Boolean
Inherited from
Transpiler

Inherited fields

protected
val DEFAULT_IGNORED_DIRS: List[String]
Inherited from
Transpiler
protected
val DEFAULT_IGNORED_TEST_DIRS: List[String]
Inherited from
Transpiler