Showing content from https://www.scala-lang.org/api/2.11.12/scala-compiler/scala/tools/nsc/util/JavaClassPath.html below:
JavaClassPath - Scala Compiler 2.11.12
final def !=(arg0: Any): Boolean
Test two objects for inequality.
final def ##(): Int
Equivalent to x.hashCode
except for boxed numeric types and null
.
def +(other: String): String
def ->[B](y: B): (JavaClassPath, B)
final def ==(arg0: Any): Boolean
The expression x == that
is equivalent to if (x eq null) that eq null else x.equals(that)
.
def asClassPathString: String
The whole classpath in the form of one String.
final def asInstanceOf[T0]: T0
Cast the receiver object to be of type T0
.
def asSourcePathString: String
The whole sourcepath in the form of one String.
def asURLs: List[URL]
A sequence of URLs representing this classpath.
lazy val classes: IndexedSeq[ClassRepresentation[AbstractFile]]
Lists of entities.
def clone(): AnyRef
Create a copy of the receiver object.
val context: ClassPathContext[AbstractFile]
Info which should be propagated to any sub-classpaths.
def ensuring(cond: (JavaClassPath) â Boolean, msg: â Any): JavaClassPath
def ensuring(cond: (JavaClassPath) â Boolean): JavaClassPath
def ensuring(cond: Boolean, msg: â Any): JavaClassPath
def ensuring(cond: Boolean): JavaClassPath
val entries: IndexedSeq[ClassPath[AbstractFile]]
The entries this classpath is composed of.
final def eq(arg0: AnyRef): Boolean
Tests whether the argument (that
) is a reference to the receiver object (this
).
def equals(that: Any): Boolean
The equality method for reference types.
def finalize(): Unit
Called by the garbage collector on the receiver object when there are no more references to the object.
def findClass(name: String): Option[ClassRepresentation[AbstractFile]]
Find a ClassRep given a class name of the form "package.subpackage.ClassName".
def findClassFile(name: String): Option[AbstractFile]
def formatted(fmtstr: String): String
final def getClass(): Class[_]
A representation that corresponds to the dynamic class of the receiver object.
def hashCode(): Int
The hashCode method for reference types.
final def isInstanceOf[T0]: Boolean
Test whether the dynamic type of the receiver object is T0
.
def mergeUrlsIntoClassPath(urls: URL*): MergedClassPath[AbstractFile]
Merge classpath of platform
and urls
into merged classpath
def name: String
The short name of the package (without prefix)
final def ne(arg0: AnyRef): Boolean
Equivalent to !(this eq that)
.
final def notify(): Unit
Wakes up a single thread that is waiting on the receiver object's monitor.
final def notifyAll(): Unit
Wakes up all threads that are waiting on the receiver object's monitor.
def origin: Some[String]
A String representing the origin of this classpath element, if known.
lazy val packages: IndexedSeq[ClassPath[AbstractFile]]
def show(): Unit
def sortString: String
lazy val sourcepaths: IndexedSeq[AbstractFile]
final def synchronized[T0](arg0: â T0): T0
def toParArray: ParArray[T]
def toString(): String
Creates a String representation of this object.
def validClassFile(name: String): Boolean
Filters for assessing validity of various entities.
def validPackage(name: String): Boolean
def validSourceFile(name: String): Boolean
final def wait(): Unit
final def wait(arg0: Long, arg1: Int): Unit
final def wait(arg0: Long): Unit
def â[B](y: B): (JavaClassPath, B)
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4