Class

org.argus.jawa.core.classpath

AggregateFlatClasspath

Related Doc: package classpath

Permalink

case class AggregateFlatClasspath(aggregates: Seq[FlatClasspath]) extends FlatClasspath with Product with Serializable

A classpath unifying multiple class- and sourcepath entries. Flat 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.

aggregates

classpath instances containing entries which this class processes

Linear Supertypes
Serializable, Serializable, Product, Equals, FlatClasspath, ClassFileLookup, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregateFlatClasspath
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. FlatClasspath
  7. ClassFileLookup
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AggregateFlatClasspath(aggregates: Seq[FlatClasspath])

    Permalink

    aggregates

    classpath instances containing entries which this class processes

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val aggregates: Seq[FlatClasspath]

    Permalink

    classpath instances containing entries which this class processes

  5. def asClasspathString: String

    Permalink

    The whole classpath in the form of one String.

    The whole classpath in the form of one String.

    Definition Classes
    FlatClasspathClassFileLookup
  6. def asClasspathStrings: Seq[String]

    Permalink
    Definition Classes
    AggregateFlatClasspathFlatClasspath
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def asSourcePathString: String

    Permalink

    The whole sourcepath in the form of one String.

    The whole sourcepath in the form of one String.

    Definition Classes
    AggregateFlatClasspathClassFileLookup
  9. def asURLs: Seq[URL]

    Permalink

    A sequence of URLs representing this classpath.

    A sequence of URLs representing this classpath.

    Definition Classes
    AggregateFlatClasspathClassFileLookup
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def findClass(className: String): Option[ClassRepresentation]

    Permalink

    It returns both classes from class file and source files (as our base ClassRepresentation).

    It returns both classes from class file and source files (as our base ClassRepresentation). So note that it's not so strictly related to findClassFile.

    Definition Classes
    AggregateFlatClasspathFlatClasspathClassFileLookup
  14. def findClassFile(className: String): Option[AbstractFile]

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from FlatClasspath

Inherited from ClassFileLookup

Inherited from AnyRef

Inherited from Any

Ungrouped