giter8

Giter8

object Giter8 extends Giter8

Linear Supertypes
Giter8, Apply, AppMain, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Giter8
  2. Giter8
  3. Apply
  4. AppMain
  5. AnyRef
  6. 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. val GitHub: Regex

    Definition Classes
    Apply
  7. object GitUrl

    Definition Classes
    Apply
  8. val Local: Regex

    Definition Classes
    Apply
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def cleanup(): Unit

    Clean temporary directory used for git cloning

    Clean temporary directory used for git cloning

    Definition Classes
    Apply
  11. def clone(repo: String, config: Config): Product with Serializable with Either[String, File]

    Definition Classes
    Apply
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def copy(filename: String): Product with Serializable with Either[String, File]

    for file:// repositories with no named branch, just do a file copy

    for file:// repositories with no named branch, just do a file copy

    Definition Classes
    Apply
  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. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  19. val home: File

  20. def inspect(config: Config, arguments: Seq[String]): Either[String, String]

    Definition Classes
    Apply
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def main(args: Array[String]): Unit

    Main-class runner just for testing from sbt

  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. val parser: OptionParser[Config]

    Definition Classes
    Giter8
  27. def run(args: Array[String]): Int

    Runner shared my main-class runner

    Runner shared my main-class runner

    Definition Classes
    Giter8
  28. def run(config: AppConfiguration): Exit

    The launched conscript entry point

    The launched conscript entry point

    Definition Classes
    Giter8 → AppMain
  29. def search(config: Config): Either[String, String]

    Definition Classes
    Apply
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Giter8

Inherited from Apply

Inherited from AppMain

Inherited from AnyRef

Inherited from Any

Ungrouped