package dotty.tools.io

Constructors

Members

abstract class ClassPath

Represents a package which contains classes and other packages

Represents a package which contains classes and other packages

[+] final object ClassPath

This module provides star expansion of '-classpath' option arguments, behaves the same as java, see http://java.sun.com/javase/6/docs/technotes/tools/w...

This module provides star expansion of '-classpath' option arguments, behaves the same as java, see [http://java.sun.com/javase/6/docs/technotes/tools/windows/classpath.html]

final object DaemonThreadFactory
class DeltaClassPath
class DirectoryClassPath

A directory (or a .jar file) containing classfiles and packages

A directory (or a .jar file) containing classfiles and packages

class Fileish

A common interface for File-based things and Stream-based things. (In particular, io.File and JarEntry.)

A common interface for File-based things and Stream-based things. (In particular, io.File and JarEntry.)

final object Fileish
class Jar
final object Jar
class JarWriter
[+] class JavaClassPath

The classpath when compiling with target:jvm. Binary files (classfiles) are represented as AbstractFile. nsc.io.ZipArchive is used to view zip/jar arch...

The classpath when compiling with target:jvm. Binary files (classfiles) are represented as AbstractFile. nsc.io.ZipArchive is used to view zip/jar archives as directories.

final object JavaClassPath
class MergedClassPath

A classpath unifying multiple class- and sourcepath entries.

A classpath unifying multiple class- and sourcepath entries.

class SourcePath

A Classpath containing source files

A Classpath containing source files

type AbstractFile = AbstractFile
type Directory = Directory
type File = File
type JFile = File
type JManifest = Manifest
type Path = Path
type PlainFile = PlainFile
type VirtualDirectory = VirtualDirectory
type VirtualFile = VirtualFile
type ZipArchive = ZipArchive
val AbstractFile : AbstractFile$
val Directory : Directory$
val File : File$
val Path : Path$
val Streamable : Streamable$
val ZipArchive : ZipArchive$
private lazy val daemonThreadPool : ExecutorService
def callable ( body: => T ) : Callable [ T ]
def daemonize ( body: => Unit ) : Thread
implicit def enrichManifest ( m: JManifest ) : WManifest
def newThread ( f: Thread => Unit ) ( body: => Unit ) : Thread
def runnable ( body: => Unit ) : Runnable
def spawn ( body: => T ) : Future [ T ]
def submit ( runnable: Runnable ) : Future [ Nothing <: Any ]
def timer ( seconds: Int ) ( body: => Unit ) : Timer