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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClasspathOptions
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ClasspathOptions(_bootLibrary: Boolean, _compiler: Boolean, _extra: Boolean, _autoBoot: Boolean, _filterLibrary: Boolean)
- Attributes
- protected[xsbti.compile]
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
- def bootLibrary(): Boolean
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def compiler(): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- ClasspathOptions → AnyRef → Any
- def extra(): Boolean
- def filterLibrary(): Boolean
-
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
- 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
- @native() @throws( ... )
- 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