package util
- Alphabetic
- Public
- Protected
Type Members
- class AnsiNav extends AnyRef
- trait ColorLogger extends Logger
- case class Colors(info: Attrs, error: Attrs) extends Product with Serializable
- trait CoursierSupport extends AnyRef
- class FileLogger extends Logger
- final class IgnoreQualifierVersion extends AnyVal
- class LinePrefixOutputStream extends FilterOutputStream
Prefixes the first and each new line with a dynamically provided prefix, and buffers up each line in memory before writing to the out stream to prevent individual lines from being mixed together
- final class MavenVersion extends AnyVal
- trait MultiBiMap[K, V] extends AnyRef
A map from keys to collections of values: you can assign multiple values to any particular key.
A map from keys to collections of values: you can assign multiple values to any particular key. Also allows lookups in both directions: what values are assigned to a key or what key a value is assigned to.
- class MultiLogger extends ColorLogger
- class MultiStream extends PrintStream
- final class OsgiVersion extends AnyVal
- class PipeStreams extends AnyRef
Fork of
java.io.Piped{Input,Output}Stream
that allows writes to come from separate threads.Fork of
java.io.Piped{Input,Output}Stream
that allows writes to come from separate threads. Really the same logic just with the assertions on thread liveness removed, added some synchronization to ensure atomic writes, and somewhat cleaned up as a single object rather than two loose objects you have to connect together. - class PrefixLogger extends ColorLogger
- class PrintLogger extends ColorLogger
- class ProxyLogger extends Logger
A Logger that forwards all logging to another Logger.
A Logger that forwards all logging to another Logger. Intended to be used as a base class for wrappers that modify logging behavior.
- class Version extends AnyRef
- Annotations
- @experimental()
Value Members
- object AnsiNav
- object Classpath
Loads the jars that make up the classpath of the scala-js-fiddle compiler and re-shapes it into the correct structure to satisfy scala-compile and scalajs-tools
- object Colors extends Serializable
- object CoursierSupport
- object DummyLogger extends Logger
- object EitherOps
- object Jvm extends CoursierSupport
- object MultiBiMap
- object PrefixLogger
- object PrintLogger
- object Util
- object Version
- Annotations
- @experimental()