package org
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class Flusher extends Runnable
-
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.
- trait PackageAPI extends Package
- trait PackageDeploy extends AnyRef
- class PackageImpl extends PackageDeploy with PackageAPI with TypeFinder
- case class RefreshRequest(pkg: PackageImpl, path: PathLike, source: Option[SourceBlob]) extends Product with Serializable
- case class ViewInfoImpl(status: ViewStatus, path: PathLike, td: Option[DependentType], diagnostics: Array[Diagnostic], error: String = null) extends ViewInfo with Product with Serializable
- sealed class ViewStatus extends AnyRef
Value Members
- object EXISTING_TYPE extends ViewStatus with Product with Serializable
- object IN_ERROR extends ViewStatus with Product with Serializable
- object NEW_TYPE extends ViewStatus with Product with Serializable
- object OrgImpl