replpp.util
package replpp.util
Members list
Type members
Classlikes
object Cache
A simple cache for cacheKey
-> Path
, where Path
is a single file
A simple cache for cacheKey
-> Path
, where Path
is a single file
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Cache.type
object ClasspathHelper
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ClasspathHelper.type
Value members
Concrete methods
Lookup the current terminal width - useful e.g. if you want to render something using the maximum space available. Uses jline-jna, which therefor needs to be in the repl's classpath, which is why it's listed in
Lookup the current terminal width - useful e.g. if you want to render something using the maximum space available. Uses jline-jna, which therefor needs to be in the repl's classpath, which is why it's listed in
replpp.Config.ForClasspath.DefaultInheritClasspathIncludes
Attributes
In this article