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 FileSystemClassInformationRepositoryFileSystemClassInformationRepository. create(java.util.List<java.io.File> initialClasspath)Constructs aFileSystemClassInformationRepositoryobject and loads it up with the classes in a classpath.
-