xsbt.boot

Pre

object Pre

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Pre
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object JarFilter extends FileFilter

  7. def array(files: File*): Array[File]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def assert(condition: Boolean): Unit

  10. def assert(condition: Boolean, msg: ⇒ String): Unit

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  12. def concat(a: Array[File], b: Array[File]): Array[File]

  13. def const[B](b: B): (Any) ⇒ B

  14. def declined(msg: String): Nothing

  15. def delete(f: File): Unit

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def error(msg: String): Nothing

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  20. def getJars(directories: List[File]): Array[File]

  21. def getMissing(loader: ClassLoader, classes: Iterable[String]): Iterable[String]

  22. def getOrError[T](a: Option[T], msg: String): T

  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  24. final val isCygwin: Boolean

  25. def isEmpty(line: String): Boolean

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isNonEmpty(line: String): Boolean

  28. final val isWindows: Boolean

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  32. def orElse[T](opt: Option[T], default: T): T

  33. def orNull[T >: Null](t: Option[T]): T

  34. def prefixError(msg: String): String

  35. def readLine(prompt: String): Option[String]

  36. def require(condition: Boolean, msg: ⇒ String): Unit

  37. def strictOr[T](a: Option[T], b: Option[T]): Option[T]

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toArray[T](list: List[T])(implicit arg0: ClassManifest[T]): Array[T]

  40. def toBoolean(s: String): Boolean

  41. def toFile(url: URL): File

  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. def toURLs(files: Array[File]): Array[URL]

  44. def trimLeading(line: String): String

  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def wrapNull(a: Array[File]): Array[File]

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped