object ClasspathOps
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClasspathOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def autoClasspath(roots: List[AbsolutePath]): scala.meta.Classpath
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val devNull: PrintStream
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCurrentClasspath: String
- def getURLs(classLoader: ClassLoader): Array[URL]
Utility to get SystemClassLoader/ClassLoader urls in java8 and java9+ Based upon: https://gist.github.com/hengyunabc/644f8e84908b7b405c532a51d8e34ba9
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newSymbolTable(classpath: scala.meta.Classpath, parallel: Boolean = false, out: PrintStream = System.out): SymbolTable
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def thisClassLoader: URLClassLoader
- def thisClassLoaderWith(urls: Seq[URL]): URLClassLoader
- def thisClassLoaderWith(url: URL): URLClassLoader
- def thisClasspath: scala.meta.Classpath
- def toClassLoader(classpath: scala.meta.Classpath): URLClassLoader
- def toOrphanClassLoader(classpath: scala.meta.Classpath): URLClassLoader
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()