Package-level declarations

Types

Link copied to clipboard
typealias Arg = String

An argument of a parsed command line.

Link copied to clipboard

Command-line parser.

Link copied to clipboard
typealias ParsedArgs = List<Arg>

A parsed command line.

Link copied to clipboard
interface PathMapper

Transforms a path stored in a CompilationCommand instance to a JVM Path, and vice versa.

Link copied to clipboard
interface PathMapperScope

A set of extensions to EnvPath which are not dependent on the implementation-specific details of a PathMapper.

Link copied to clipboard

A raw command line (possibly containing quotation marks and escape characters).