org.jetbrains.sbtidea

packaging

package packaging

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. packaging
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ExcludeFilter extends Serializable

  2. case class Mapping(from: File, to: File, metaData: MappingMetaData) extends Product with Serializable

  3. case class MappingMetaData(shading: Seq[ShadePattern], excludeFilter: ExcludeFilter, static: Boolean, project: Option[String], kind: MAPPING_KIND) extends Product with Serializable

  4. type Mappings = Seq[Mapping]

  5. trait PackagingDefs extends AnyRef

    type aliases and val aliases for sbt autoImport all of the types mentioned in PackagingKeys aka exposed to the user should be aliased here to avoid the necessity of explicit importing

  6. trait PackagingKeysInit extends AnyRef

  7. sealed trait PackagingMethod extends AnyRef

  8. case class ShadePattern(from: String, to: String) extends Product with Serializable

  9. class SkipEntryException extends Exception

Value Members

  1. object ExcludeFilter extends Serializable

  2. object MAPPING_KIND extends Enumeration

  3. object MappingMetaData extends Serializable

  4. implicit def MappingOrder[A <: Mapping]: Ordering[A]

  5. object PackagingKeys extends PackagingKeysInit with PackagingDefs

  6. object PackagingMethod

  7. object PackagingPlugin extends AutoPlugin

  8. object apiAdapter

  9. package artifact

  10. package mappings

  11. package structure

Inherited from AnyRef

Inherited from Any

Ungrouped