Package

activator

Permalink

package activator

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. activator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ActivatorCliHelper extends AnyRef

    Permalink
  2. class ActivatorLauncher extends AppMain

    Permalink

    Expose for SBT launcher support.

  3. class ActivatorProxyAuthenticator extends Authenticator

    Permalink
  4. case class ApplicationID(groupID: String, name: String, version: String, mainClass: String, mainComponents: Array[String] = Array("xsbti"), crossVersioned: Boolean = false, crossVersionedValue: CrossValue = xsbti.CrossValue.Disabled, classpathExtra: Array[File] = Array.empty) extends xsbti.ApplicationID with Product with Serializable

    Permalink
  5. trait AutoScalaReboot extends Reboot

    Permalink

    If we're rebooting into a non-cross-versioned app, we can leave off the scala version declaration, and Ivy will figure it out for us.

  6. case class RebootToSbt(configuration: AppConfiguration, useArguments: Boolean = false) extends AutoScalaReboot with Product with Serializable

    Permalink
  7. case class RebootToUI(configuration: AppConfiguration, version: String = APP_VERSION) extends AutoScalaReboot with Product with Serializable

    Permalink

Value Members

  1. object ActivatorCli extends ActivatorCliHelper

    Permalink
  2. object ActivatorCliHelper

    Permalink
  3. object ActivatorProxyAuthenticator

    Permalink
  4. object RebootToSbt extends Serializable

    Permalink
  5. object RepositoryConfig

    Permalink
  6. object TemplateHandler extends ActivatorCliHelper

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped