org.pantsbuild.zinc

Inputs

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(log: Logger, settings: Settings): Inputs

    Create inputs based on command-line settings.

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def create(log: Logger, classpath: List[File], sources: List[File], classesDirectory: File, scalacOptions: List[String], javacOptions: List[String], analysisCache: File, analysisMap: Map[File, File], compileOrder: String, incOptions: IncOptions): 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/.

    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/.

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. 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.

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

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

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

    Create normalised and defaulted Inputs.

  20. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Debug output for inputs.

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

    Definition Classes
    AnyRef
  26. def toString(): String

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

    Normalise files and default the backup directory.

  28. 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.

  29. 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.

  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped