object InputUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InputUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
JarFile(name: String, classifier: Option[String] = None) extends Product with Serializable
Jar file description for locating jars.
-
case class
ScalaJars(compiler: File, library: File, extra: Seq[File]) extends Product with Serializable
The scala jars split into compiler, library, and extra.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ScalaCompiler: JarFile
- val ScalaLibrary: JarFile
- val ScalaReflect: JarFile
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
autoClasspath(classesDirectory: File, allScalaJars: Seq[File], javaOnly: Boolean, classpath: Seq[File]): Seq[File]
Automatically add the output directory and scala library to the classpath.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
create(settings: Settings, analysisMap: AnalysisMap, previousResult: PreviousResult, log: Logger): Inputs
Create Inputs based on command-line settings.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
loadDestinationAnalysis(settings: Settings, analysisMap: AnalysisMap, log: Logger): (AnalysisStore, PreviousResult)
Load the analysis for the destination, creating it if necessary.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
selectScalaJars(scala: ScalaLocation): ScalaJars
Select the scala jars.
Select the scala jars.
Prefer the explicit scala-compiler, scala-library, and scala-extra settings, then the scala-path setting, then the scala-home setting. Default to bundled scala.
-
def
splitScala(jars: Seq[File], excluded: Set[String] = Set.empty): Option[ScalaJars]
Distinguish the compiler and library jars.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Defaults
- object JarFile extends Serializable