final class RelativeReadMapper extends ReadMapper
- Alphabetic
- By Inheritance
- RelativeReadMapper
- ReadMapper
- GenericMapper
- AnyRef
- Any
- Hide All
- Show All
- 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapBinaryFile(binaryFile: VirtualFileRef): VirtualFileRef
- binaryFile
A binary dependency of the sources to be compiled.
- returns
A modified binary file.
- Definition Classes
- RelativeReadMapper → GenericMapper
- def mapBinaryStamp(file: VirtualFileRef, 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
- RelativeReadMapper → GenericMapper
- def mapClasspathEntry(classpathEntry: Path): Path
Reconstructs a relative path to use the libraries root, assuming that all the classpath entries are absolute (even compiler plugins) and they come from a unique place.
Reconstructs a relative path to use the libraries root, assuming that all the classpath entries are absolute (even compiler plugins) and they come from a unique place.
- classpathEntry
The classpath entry to be passed to the compiler.
- returns
A modified classpath entry.
- Definition Classes
- RelativeReadMapper → GenericMapper
- def mapJavacOption(javacOption: String): String
- javacOption
An option to be passed to the Java compiler.
- returns
A compiler option.
- Definition Classes
- RelativeReadMapper → GenericMapper
- def mapMiniSetup(miniSetup: MiniSetup): MiniSetup
- miniSetup
The simple compile setup that is serialized in the analysis file.
- returns
A transformed mini setup.
- Definition Classes
- RelativeReadMapper → GenericMapper
- def mapOutputDir(outputDir: Path): Path
- outputDir
The output dir where the compiler will output the products.
- returns
A modified output dir.
- Definition Classes
- RelativeReadMapper → GenericMapper
- def mapProductFile(productFile: VirtualFileRef): VirtualFileRef
- productFile
A product file (class file) produced by the compiler.
- returns
A modified product file.
- Definition Classes
- RelativeReadMapper → GenericMapper
- def mapProductStamp(file: VirtualFileRef, 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
- RelativeReadMapper → GenericMapper
- def mapScalacOption(scalacOption: String): String
- scalacOption
An options to be passed to the Scala compiler.
- returns
A compiler option.
- Definition Classes
- RelativeReadMapper → GenericMapper
- def mapSourceDir(sourceDir: Path): Path
- sourceDir
The source dir where the compiler will look for the sources.
- returns
A modified source dir.
- Definition Classes
- RelativeReadMapper → GenericMapper
- def mapSourceFile(sourceFile: VirtualFileRef): VirtualFileRef
- sourceFile
A source file to be compiled.
- returns
A modified source file.
- Definition Classes
- RelativeReadMapper → GenericMapper
- def mapSourceStamp(file: VirtualFileRef, 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
- RelativeReadMapper → GenericMapper
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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 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()