WhiteListClasspath

class WhiteListClasspath(aggregates: Seq[ClassPath], whitelist: Set[Seq[String]]) extends AggregateClassPath
class AggregateClassPath
trait Serializable
trait Product
trait Equals
trait ClassPath
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def findClassFile(name: String): Option[AbstractFile]
Definition Classes
AggregateClassPath -> ClassPath
override
def list(inPackage: PackageName): ClassPathEntries
Definition Classes
AggregateClassPath -> ClassPath
override
def toString: String
Definition Classes
AggregateClassPath -> Any

Inherited methods

def asClassPathString: String

The whole classpath in the form of one String.

The whole classpath in the form of one String.

Inherited from
ClassPath
override
def asClassPathStrings: Seq[String]
Definition Classes
AggregateClassPath -> ClassPath
Inherited from
AggregateClassPath
override
def asSourcePathString: String
Definition Classes
AggregateClassPath -> ClassPath
Inherited from
AggregateClassPath
override
def asURLs: Seq[URL]
Definition Classes
AggregateClassPath -> ClassPath
Inherited from
AggregateClassPath
final
def classes(inPackage: String): Seq[ClassFileEntry]
Inherited from
ClassPath
override
def findClass(className: String): Option[ClassRepresentation]
Definition Classes
AggregateClassPath -> ClassPath
Inherited from
AggregateClassPath
final
def hasPackage(pkg: String): Boolean
Inherited from
ClassPath
final
def list(inPackage: String): ClassPathEntries
Inherited from
ClassPath
final
def packages(inPackage: String): Seq[PackageEntry]
Inherited from
ClassPath
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def sources(inPackage: String): Seq[SourceFileEntry]
Inherited from
ClassPath

Deprecated and Inherited methods

@deprecated("use asClassPathString instead of this one", "2.11.5")
def asClasspathString: String
Deprecated
Inherited from
ClassPath