abstract
class
ClassPath[T] extends AnyRef
Instance Constructors
-
new
ClassPath()
Type Members
-
type
AnyClassRep = ClassRep
-
case class
ClassRep(binary: Option[T], source: Option[AbstractFile]) extends Product with Serializable
Abstract Value Members
-
abstract
def
asClasspathString: String
-
abstract
def
asURLs: List[URL]
-
abstract
def
classes: IndexedSeq[AnyClassRep]
-
-
abstract
def
name: String
-
abstract
def
packages: IndexedSeq[ClassPath[T]]
-
abstract
def
sourcepaths: IndexedSeq[AbstractFile]
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (ClassPath[T], B)
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (ClassPath[T]) ⇒ Boolean, msg: ⇒ Any): ClassPath[T]
-
def
ensuring(cond: (ClassPath[T]) ⇒ Boolean): ClassPath[T]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ClassPath[T]
-
def
ensuring(cond: Boolean): ClassPath[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
def
finalize(): Unit
-
def
findClass(name: String): Option[AnyClassRep]
-
def
findSourceFile(name: String): Option[AbstractFile]
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
origin: Option[String]
-
def
sortString: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
validClassFile(name: String): Boolean
-
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): (ClassPath[T], B)
Shadowed Implict Value Members
-
val
self: Any
-
val
self: Any
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
ClassPath[T] to StringAdd
Inherited by implicit conversion any2stringfmt from
ClassPath[T] to StringFormat
Inherited by implicit conversion any2ArrowAssoc from
ClassPath[T] to ArrowAssoc[ClassPath[T]]
Represents a package which contains classes and other packages