TastyInspector

class Object
trait Matchable
class Any

Value members

Concrete methods

def inspectAllTastyFiles(tastyFiles: List[String], jars: List[String], dependenciesClasspath: List[String])(inspector: Inspector): Boolean

Load and process TASTy files using TASTy reflect

Load and process TASTy files using TASTy reflect

Value parameters:
dependenciesClasspath

Classpath with extra dependencies needed to load class in the .tasty files

jars

List of path of .jar files

tastyFiles

List of paths of .tasty files

Returns:

boolean value indicating whether the process succeeded

def inspectTastyFiles(tastyFiles: List[String])(inspector: Inspector): Boolean

Load and process TASTy files using TASTy reflect

Load and process TASTy files using TASTy reflect

Value parameters:
tastyFiles

List of paths of .tasty files

Returns:

boolean value indicating whether the process succeeded

Load and process TASTy files in a jar file using TASTy reflect

Load and process TASTy files in a jar file using TASTy reflect

Value parameters:
jars

Path of .jar file

Returns:

boolean value indicating whether the process succeeded