Search in sources :

Example 1 with ClasspathScanner

use of com.twosigma.beakerx.autocomplete.ClasspathScanner in project beakerx by twosigma.

the class KotlinEvaluator method doResetEnvironment.

@Override
protected void doResetEnvironment() {
    String cpp = createClasspath(classPath, outDir);
    cps = new ClasspathScanner(cpp);
    createRepl();
    executorService.shutdown();
    executorService = Executors.newSingleThreadExecutor();
}
Also used : ReplWithClassLoaderFactory.getImportString(com.twosigma.beakerx.kotlin.evaluator.ReplWithClassLoaderFactory.getImportString) ClasspathScanner(com.twosigma.beakerx.autocomplete.ClasspathScanner)

Aggregations

ClasspathScanner (com.twosigma.beakerx.autocomplete.ClasspathScanner)1 ReplWithClassLoaderFactory.getImportString (com.twosigma.beakerx.kotlin.evaluator.ReplWithClassLoaderFactory.getImportString)1