object Environment
- Alphabetic
- By Inheritance
- Environment
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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 PerformanceSensitiveOptsForBloop: List[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def cwd: Path
- def defaultBloopDirectory: Path
-
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. -
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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).
-
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()
- def homeDirectory: Path
- final val isCygwin: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final val isWindows: Boolean
-
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
- 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( ... )