Packages

c

buildpress

Buildpress

abstract class Buildpress extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Buildpress
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Buildpress(in: InputStream, out: PrintStream, err: PrintStream, shell: Shell, explicitBuildpressHome: Option[AbsolutePath], cwd: AbsolutePath)

Type Members

  1. type EitherErrorOr[T] = Either[BuildpressError, T]

Abstract Value Members

  1. abstract def exit(exitCode: Int): Unit

Concrete 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. def cloneGitUri(repo: Repository, cacheDir: AbsolutePath, cachedRepos: RepositoryCache): Either[CloningFailure, AbsolutePath]
  7. implicit val cwd: AbsolutePath
  8. def detectBuildTool(baseDir: AbsolutePath): Option[BuildTool]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def exportRepositories(params: BuildpressParams, repositoryPaths: List[AbsolutePath]): EitherErrorOr[List[AbsolutePath]]
  12. def exportSbtBuild(buildTool: Sbt, regenerate: Boolean, bloopVersion: String): Either[BuildpressError, Boolean]
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. implicit val messagesParams: Messages[Nothing]
  18. implicit val messagesParamsHelp: Messages[WithHelp[Nothing]]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def parseAndCloneRepositories(buildpressFile: AbsolutePath, buildpressHome: AbsolutePath, cachedRepos: RepositoryCache): EitherErrorOr[List[(Repository, AbsolutePath)]]
  23. def parseRepositoryCache(home: AbsolutePath): EitherErrorOr[RepositoryCache]
  24. def parseUris(fromPath: String, contents: String): Either[ParseFailure, List[Repository]]
  25. def press(params: BuildpressParams): EitherErrorOr[Unit]
  26. def run(args: Array[String]): Unit
  27. def setUpRepoContents(repo: Repository, cacheDir: AbsolutePath, cachedRepos: RepositoryCache): Either[CloningFailure, AbsolutePath]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def validateBuildpressHome(homeDir: AbsolutePath): Either[InvalidBuildpressHome, AbsolutePath]
  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
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped