TastyInspector
scala.tasty.inspector.TastyInspector
object TastyInspector
Attributes
- Graph
-
- Supertypes
- Self type
-
TastyInspector.type
Members list
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
Attributes
- Returns
-
boolean value indicating whether the process succeeded
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
Attributes
- 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
Attributes
- Returns
-
boolean value indicating whether the process succeeded
In this article