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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val acceptedProjects: TaskKey[Seq[ProjectRef]]

  7. val allConfigurationsWithSource: SettingKey[Seq[Configuration]]

  8. val allKeys: TaskKey[Seq[AttributeKey[_]]]

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. val commandData: TaskKey[Seq[CommandData]]

  12. val dependencyConfigurations: SettingKey[Seq[Configuration]]

  13. val dumpStructure: TaskKey[Unit]

  14. val dumpStructureTo: InputKey[File]

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. val extractBuild: TaskKey[BuildData]

  18. val extractBuilds: TaskKey[Seq[BuildData]]

  19. val extractDependencies: TaskKey[DependencyData]

  20. val extractPlay2: TaskKey[Option[Play2Data]]

  21. val extractProject: TaskKey[ProjectData]

  22. val extractProjects: TaskKey[Seq[ProjectData]]

  23. val extractRepository: TaskKey[Option[RepositoryData]]

  24. val extractStructure: TaskKey[StructureData]

  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val loadOptions: TaskKey[Options]

  29. val localCachePath: TaskKey[Option[File]]

  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. val sbtStructureOptions: SettingKey[String]

  34. val sbtStructureOpts: SettingKey[Options]

  35. val sbtStructureOutputFile: SettingKey[Option[File]]

  36. val settingData: TaskKey[Seq[SettingData]]

  37. val sourceConfigurations: SettingKey[Seq[Configuration]]

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. val taskData: TaskKey[Seq[TaskData]]

  40. val testConfigurations: SettingKey[Seq[Configuration]]

  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped