Uses of Class
com.offbynull.coroutines.instrumenter.asm.FileSystemClassInformationRepository
-
Packages that use FileSystemClassInformationRepository Package Description com.offbynull.coroutines.instrumenter.asm Generic ASM classes. -
-
Uses of FileSystemClassInformationRepository in com.offbynull.coroutines.instrumenter.asm
Methods in com.offbynull.coroutines.instrumenter.asm that return FileSystemClassInformationRepository Modifier and Type Method Description static FileSystemClassInformationRepository
FileSystemClassInformationRepository. create(java.util.List<java.io.File> initialClasspath)
Constructs aFileSystemClassInformationRepository
object and loads it up with the classes in a classpath.
-