org.pantsbuild.zinc

Inputs

Related Docs: class Inputs | package zinc

object Inputs extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Inputs
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def allAnalysisFor(file: File, exclude: File, mapped: Map[File, File]): Analysis

    Get the analysis for a compile run, based on a classpath entry.

    Get the analysis for a compile run, based on a classpath entry. If not cached in memory, reads from the cache file, or creates empty analysis.

  5. def apply(log: LoggerRaw, settings: Settings): Inputs

    Create inputs based on command-line settings.

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def cacheFor(file: File, exclude: File, mapped: Map[File, File]): Option[File]

    Get the possible cache location for a classpath entry.

    Get the possible cache location for a classpath entry. Checks the upstream analysis map for the cache location, otherwise uses the default location for output directories.

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def create(log: LoggerRaw, classpath: List[File], sources: List[File], classesDirectory: File, scalacOptions: List[String], javacOptions: List[String], analysisCache: File, analysisMap: Map[File, File], compileOrder: String, incOptions: IncOptions, mirrorAnalysisCache: Boolean): Inputs

    Java API for creating Inputs.

  10. def debug(inputs: Inputs, log: Logger): Unit

    Debug output for inputs.

  11. def defaultBackupLocation(classesDir: File): File

    By default the backup location is relative to the classes directory (for example, target/classes/../backup/classes).

  12. def defaultCacheLocation(classesDir: File): File

    By default the cache location is relative to the classes directory (for example, target/classes/../cache/classes).

  13. def definesClass(log: LoggerRaw, analysisMap: Map[File, Analysis], entry: File): (String) ⇒ Boolean

    An overridden definesClass to use analysis for an input directory if it is available.

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getBackupDirectory(incOptions: IncOptions, classesDir: File, normalise: (File) ⇒ File): Option[File]

    Get normalised, default if not specified, backup directory.

    Get normalised, default if not specified, backup directory. If transactional.

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def inputs(log: LoggerRaw, classpath: Seq[File], sources: Seq[File], classesDirectory: File, scalacOptions: Seq[String], javacOptions: Seq[String], analysisCache: Option[File], analysisCacheMap: Map[File, File], forceClean: Boolean, javaOnly: Boolean, compileOrder: CompileOrder, incOptions: IncOptions, outputRelations: Option[File], outputProducts: Option[File], mirrorAnalysis: Boolean): Inputs

    Create normalised and defaulted Inputs.

  21. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def show(inputs: Inputs, output: (String) ⇒ Unit): Unit

    Debug output for inputs.

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. def updateIncOptions(incOptions: IncOptions, classesDir: File, normalise: (File) ⇒ File): IncOptions

    Normalise files and default the backup directory.

  29. def verify(inputs: Inputs): Inputs

    Verify inputs and update if necessary.

    Verify inputs and update if necessary. Currently checks that the cache file is writable.

  30. def verifyCacheFile(cacheFile: File, classesDir: File): File

    Check that the cache file is writable.

    Check that the cache file is writable. If not writable then the fallback is within the zinc cache directory.

  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def create(log: LoggerRaw, classpath: List[File], sources: List[File], classesDirectory: File, scalacOptions: List[String], javacOptions: List[String], analysisCache: File, analysisMap: Map[File, File], compileOrder: String, mirrorAnalysisCache: Boolean): Inputs

    Annotations
    @deprecated
    Deprecated

    (Since version 0.3.5.3) Use the variant that takes incOptions parameter, instead.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped