Packages

o

bloop.bloopgun.util

Environment

object Environment

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Environment
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val PerformanceSensitiveOptsForBloop: List[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def cwd: Path
  8. def defaultBloopDirectory: Path
  9. def detectJvmOptionsForServer(server: LocatedServer, serverArgs: List[String], logger: Logger): List[String]

    Reads all jvm options required to start the Bloop server, in order of priority:

    Reads all jvm options required to start the Bloop server, in order of priority:

    1. Read $$HOME/.bloop/.jvmopts file. 2. Read .jvmopts file right next to the location of the bloop server jar. 3. Parse -J prefixed jvm options in the arguments passed to the server command.

    Returns a list of jvm options with no -J prefix.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def executablePath: Option[Path]

    Returns the path of the running program, imitating sys.argv[0] in Python.

    Returns the path of the running program, imitating sys.argv[0] in Python.

    If the program has been compiled to GraalVM Native, it returns a path to the native application. If the program is a JVM-based application, the path points to the JAR that owns this class (e.g. bloopgun jar).

  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def homeDirectory: Path
  17. final val isCygwin: Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final val isWindows: Boolean
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped