Packages

o

org.jetbrains.sbt

StructureKeys

object StructureKeys

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructureKeys
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val acceptedProjects: TaskKey[Seq[ProjectRef]]
  5. val allConfigurationsWithSource: SettingKey[Seq[sbt.Configuration]]
  6. val allKeys: TaskKey[Seq[sbt.AttributeKey[_]]]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. val commandData: TaskKey[Seq[CommandData]]
  10. val dependencyConfigurations: SettingKey[Seq[sbt.Configuration]]
  11. val dumpStructure: TaskKey[Unit]
  12. val dumpStructureTo: InputKey[sbt.File]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. val extractBuild: TaskKey[BuildData]
  16. val extractBuilds: TaskKey[Seq[BuildData]]
  17. val extractDependencies: TaskKey[DependencyData]
  18. val extractPlay2: TaskKey[Option[Play2Data]]
  19. val extractProject: TaskKey[ProjectData]
  20. val extractProjects: TaskKey[Seq[ProjectData]]
  21. val extractRepository: TaskKey[Option[RepositoryData]]
  22. val extractStructure: TaskKey[StructureData]
  23. val generateManagedSourcesDuringStructureDump: SettingKey[Boolean]
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val loadOptions: TaskKey[Options]
  28. val localCachePath: TaskKey[Option[sbt.File]]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. val sbtStructureOptions: SettingKey[String]
  33. val sbtStructureOpts: SettingKey[Options]
  34. val sbtStructureOutputFile: SettingKey[Option[sbt.File]]
  35. val settingData: TaskKey[Seq[SettingData]]
  36. val sourceConfigurations: SettingKey[Seq[sbt.Configuration]]
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. val taskData: TaskKey[Seq[TaskData]]
  39. val testConfigurations: SettingKey[Seq[sbt.Configuration]]
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped