Packages

c

sbt.internal.inc.mappers

NaiveRelativeReadMapper

final class NaiveRelativeReadMapper extends ReadMapper

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NaiveRelativeReadMapper
  2. ReadMapper
  3. GenericMapper
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NaiveRelativeReadMapper(rootProjectPath: Path)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def mapBinaryFile(binaryFile: File): File

    binaryFile

    A binary dependency of the sources to be compiled.

    returns

    A modified binary file.

    Definition Classes
    NaiveRelativeReadMapperGenericMapper
  13. def mapBinaryStamp(file: File, binaryStamp: xsbti.compile.analysis.Stamp): xsbti.compile.analysis.Stamp

    file

    The owner of the stamp.

    binaryStamp

    A stamp associated to a binary file.

    returns

    A transformed stamp.

    Definition Classes
    NaiveRelativeReadMapperGenericMapper
  14. def mapClasspathEntry(classpathEntry: File): File

    classpathEntry

    The classpath entry to be passed to the compiler.

    returns

    A modified classpath entry.

    Definition Classes
    NaiveRelativeReadMapperGenericMapper
  15. def mapJavacOption(javacOption: String): String

    javacOption

    An option to be passed to the Java compiler.

    returns

    A compiler option.

    Definition Classes
    NaiveRelativeReadMapperGenericMapper
  16. def mapMiniSetup(miniSetup: MiniSetup): MiniSetup

    miniSetup

    The simple compile setup that is serialized in the analysis file.

    returns

    A transformed mini setup.

    Definition Classes
    NaiveRelativeReadMapperGenericMapper
  17. def mapOutputDir(outputDir: File): File

    outputDir

    The output dir where the compiler will output the products.

    returns

    A modified output dir.

    Definition Classes
    NaiveRelativeReadMapperGenericMapper
  18. def mapProductFile(productFile: File): File

    productFile

    A product file (class file) produced by the compiler.

    returns

    A modified product file.

    Definition Classes
    NaiveRelativeReadMapperGenericMapper
  19. def mapProductStamp(file: File, productStamp: xsbti.compile.analysis.Stamp): xsbti.compile.analysis.Stamp

    file

    The owner of the stamp.

    productStamp

    A stamp associated to a product file.

    returns

    A transformed stamp.

    Definition Classes
    NaiveRelativeReadMapperGenericMapper
  20. def mapScalacOption(scalacOption: String): String

    scalacOption

    An options to be passed to the Scala compiler.

    returns

    A compiler option.

    Definition Classes
    NaiveRelativeReadMapperGenericMapper
  21. def mapSourceDir(sourceDir: File): File

    sourceDir

    The source dir where the compiler will look for the sources.

    returns

    A modified source dir.

    Definition Classes
    NaiveRelativeReadMapperGenericMapper
  22. def mapSourceFile(sourceFile: File): File

    sourceFile

    A source file to be compiled.

    returns

    A modified source file.

    Definition Classes
    NaiveRelativeReadMapperGenericMapper
  23. def mapSourceStamp(file: File, sourceStamp: xsbti.compile.analysis.Stamp): xsbti.compile.analysis.Stamp

    file

    The owner of the stamp.

    sourceStamp

    A stamp associated to a source file.

    returns

    A transformed stamp.

    Definition Classes
    NaiveRelativeReadMapperGenericMapper
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ReadMapper

Inherited from GenericMapper

Inherited from AnyRef

Inherited from Any

Ungrouped