public static class Reloader.CompileSuccess extends Object implements Reloader.CompileResult, scala.Product, scala.Serializable
| Constructor and Description |
|---|
CompileSuccess(scala.collection.immutable.Map<String,Reloader.Source> sources,
scala.collection.Seq<java.io.File> classpath) |
| Modifier and Type | Method and Description |
|---|---|
scala.collection.Seq<java.io.File> |
classpath() |
scala.collection.immutable.Map<String,Reloader.Source> |
sources() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic CompileSuccess(scala.collection.immutable.Map<String,Reloader.Source> sources, scala.collection.Seq<java.io.File> classpath)
public scala.collection.immutable.Map<String,Reloader.Source> sources()
public scala.collection.Seq<java.io.File> classpath()