net.virtualvoid

optimizer

package optimizer

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DownloadKind extends Product

  2. trait DownloadListener extends AnyRef

  3. case class DownloadURL(to: File, size: Long) extends DownloadKind with Product with Serializable

  4. case class GetURLInfo(isAvailable: Boolean) extends DownloadKind with Product with Serializable

  5. class IvyDownloadReporter extends URLHandler with Product1[URLHandler]

  6. case class NetworkAccess(url: URL, kind: DownloadKind, startNanos: Long, endNanos: Long) extends Span with Product with Serializable

  7. abstract class Span extends AnyRef

Value Members

  1. object ExecutionProgressReporter

  2. object Failed extends DownloadKind with Product with Serializable

  3. object IvyDownloadReporter

  4. object IvyLockReporter

  5. object OpenStreamURL extends DownloadKind with Product with Serializable

  6. object SbtOptimizerPlugin extends AutoPlugin

Ungrouped