A classpath unifying multiple class- and sourcepath entries. The Classpath can obtain entries for classes and sources independently so it tries to do operations quite optimally - iterating only these collections which are needed in the given moment and only as far as it's necessary.
- Value parameters:
- aggregates
classpath instances containing entries which this class processes
- Companion:
- object
Value members
Concrete methods
Inherited methods
The whole classpath in the form of one String.
The whole classpath in the form of one String.
- Inherited from:
- ClassPath
Deprecated and Inherited methods
@deprecated("use asClassPathString instead of this one", "2.11.5")
- Deprecated
- Inherited from:
- ClassPath