object apiAdapter
Hacky workaround for some types having been moved to internal in sbt 1.0. Alias these types differently for 0.13 and 1.0 builds. Import this object to shadow the regular sbt definitions.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- apiAdapter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type BuildDependencies = internal.BuildDependencies
- type BuildStructure = internal.BuildStructure
- type GetClassifiersModule = librarymanagement.GetClassifiersModule
- type Load = Load.type
- type LoadedBuildUnit = internal.LoadedBuildUnit
- type MavenRepository = librarymanagement.MavenRepository
- type ScalaInstance = internal.inc.ScalaInstance
- type SessionSettings = internal.SessionSettings
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val IO: io.IO.type
- val Using: io.Using.type
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buildDependencies: (DependencyMap[ClasspathDep[ProjectRef]], DependencyMap[ProjectRef]) ⇒ internal.BuildDependencies
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def configReportName(configReport: sbt.ConfigurationReport): String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def projectScope(project: Reference): Scope
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )