Represents a package which contains classes and other packages
A directory (or a .jar file) containing classfiles and packages
A common interface for File-based things and Stream-based things.
A common interface for File-based things and Stream-based things. (In particular, io.File and JarEntry.)
The classpath when compiling with target:jvm.
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.
A classpath unifying multiple class- and sourcepath entries.
A Classpath containing source files
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]