package sfdx
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sfdx
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Build(build: Int) extends BuildNumber with Product with Serializable
- sealed trait BuildNumber extends AnyRef
- class ForceIgnore extends AnyRef
- case class IgnoreRule(dirOnly: Boolean, negation: Boolean, pattern: String) extends Product with Serializable
- implicit class JSONConfig extends AnyRef
- class MDAPIWorkspaceConfig extends WorkspaceConfig
- case class ModuleDependent(config: ValueWithPositions, value: Value) extends Product with Serializable
- case class PackageDependent(projectPath: PathLike, config: ValueWithPositions, value: Value) extends Product with Serializable
- case class PackageDirectory(relativePath: String, location: Location, name: Option[String], version: Option[VersionNumber], dependencies: Seq[ModuleDependent]) extends Product with Serializable
- class PositionParser extends AstTransformer[Value]
- class SFDXProject extends AnyRef
- class SFDXProjectError extends Throwable
- class SFDXWorkspaceConfig extends WorkspaceConfig
- class ValueWithPositions extends AnyRef
- case class VersionNumber(major: Int, minor: Int, patch: Int, build: BuildNumber) extends Product with Serializable
- case class VersionedPackageLayer(version: Option[VersionNumber], packageLayer: ModuleLayer) extends Product with Serializable
- trait WorkspaceConfig extends AnyRef
Value Members
- object ForceIgnore
- object IgnoreRule extends Serializable
- case object LatestBuild extends BuildNumber with Product with Serializable
- case object NextBuild extends BuildNumber with Product with Serializable
- object PackageDirectory extends Serializable
- object PositionParser
- object SFDXProject
- object SFDXProjectError extends Serializable