Packages

package org

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Flusher extends Runnable
  2. class OrgImpl extends Org

    Org abstraction, a simulation of the metadata installed on an org.

    Org abstraction, a simulation of the metadata installed on an org. Use the 'current' dynamic variable to access the org being currently worked on. Typically only one org will be being used but some use cases might require multiple. Problems with the metadata are recorded in the the associated issue log.

  3. trait PackageAPI extends Package
  4. trait PackageDeploy extends AnyRef
  5. class PackageImpl extends PackageDeploy with PackageAPI with TypeFinder
  6. case class RefreshRequest(pkg: PackageImpl, path: PathLike, source: Option[SourceBlob]) extends Product with Serializable
  7. case class ViewInfoImpl(status: ViewStatus, path: PathLike, td: Option[DependentType], diagnostics: Array[Diagnostic], error: String = null) extends ViewInfo with Product with Serializable
  8. sealed class ViewStatus extends AnyRef

Value Members

  1. object EXISTING_TYPE extends ViewStatus with Product with Serializable
  2. object IN_ERROR extends ViewStatus with Product with Serializable
  3. object NEW_TYPE extends ViewStatus with Product with Serializable
  4. object OrgImpl

Ungrouped