org.jetbrains.sbtidea.packaging.structure

sbtImpl

package sbtImpl

Visibility
  1. Public
  2. All

Type Members

  1. case class SbtPackageProjectData(thisProject: ProjectRef, cp: Classpath, definedDeps: Seq[ModuleID], additionalProjects: Seq[Project], assembleLibraries: Boolean, productDirs: Seq[File], report: UpdateReport, libMapping: Seq[(ModuleID, Option[String])], libraryBaseDir: File, additionalMappings: Seq[(File, String)], packageMethod: packaging.PackagingMethod, shadePatterns: Seq[ShadePattern], excludeFilter: ExcludeFilter) extends CommonSbtProjectData with Product with Serializable

  2. class SbtPackagedProjectNodeImpl extends SbtProjectNode with PackagedProjectNode with Serializable

  3. class SbtPackagingStructureExtractor extends SbtProjectStructureExtractorBase

  4. case class SbtProjectPackagingOptionsImpl(packageMethod: PackagingMethod, libraryMappings: Seq[(ModuleKey, Option[String])], libraryBaseDir: File, fileMappings: Seq[(File, String)], shadePatterns: Seq[ShadePattern], excludeFilter: ExcludeFilter, classRoots: Seq[File], assembleLibraries: Boolean, additionalProjects: Seq[PackagedProjectNode]) extends ProjectPackagingOptions with Product with Serializable

Value Members

  1. object SbtPackagedProjectNodeImpl extends Serializable

Ungrouped