ClassPathFactory

Provides factory methods for classpath. When creating classpath instances for a given path, it uses proper type of classpath depending on a types of particular files containing sources or classes.

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def classesInManifest(useManifestClassPath: Boolean)(using Context): List[ClassPath]
def expandDir(extdir: String): List[String]
def expandPath(path: String, expandStar: Boolean): List[String]

Create a new classpath based on the abstract file.

Create a new classpath based on the abstract file.

Creators for sub classpaths which preserve this context.

Creators for sub classpaths which preserve this context.