final class ClasspathOptions extends Serializable
Define modifications to classpaths based on the ScalaInstance
used for
compilation. This class tells how to instrument the classpaths given certain Scala
compiler-related parameters. Usually, values are all false for Java compilation.
- Alphabetic
- By Inheritance
- ClasspathOptions
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
autoBoot(): Boolean
If true, automatically configures the boot classpath.
If true, automatically configures the boot classpath. This should usually be true.
-
def
bootLibrary(): Boolean
If true, includes the Scala library on the boot classpath.
If true, includes the Scala library on the boot classpath. This should usually be true.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compiler(): Boolean
If true, includes the Scala compiler on the standard classpath.
If true, includes the Scala compiler on the standard classpath. This is typically false and is instead managed by the build tool or environment.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- ClasspathOptions → AnyRef → Any
-
def
extra(): Boolean
If true, includes extra jars from the Scala instance on the standard classpath.
If true, includes extra jars from the Scala instance on the standard classpath. This is typically false and is instead managed by the build tool or environment.
-
def
filterLibrary(): Boolean
If true, the Scala library jar is filtered from the standard classpath.
If true, the Scala library jar is filtered from the standard classpath. This should usually be true because the library should be included on the boot classpath of the Scala compiler and not the standard classpath.
-
def
finalize(): Unit
- Attributes
- protected[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
- ClasspathOptions → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ClasspathOptions → 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
- @throws( ... ) @native()
- def withAutoBoot(autoBoot: Boolean): ClasspathOptions
- def withBootLibrary(bootLibrary: Boolean): ClasspathOptions
- def withCompiler(compiler: Boolean): ClasspathOptions
- def withExtra(extra: Boolean): ClasspathOptions
- def withFilterLibrary(filterLibrary: Boolean): ClasspathOptions