Packages

object Main extends Buildpress

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

Type Members

  1. type EitherErrorOr[T] = Either[BuildpressError, T]
    Definition Classes
    Buildpress

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

Inherited from Buildpress

Inherited from AnyRef

Inherited from Any

Ungrouped