trait ProjectExtra extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectExtra
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def classpathDependency[T](p: T)(implicit ev: (T) ⇒ ProjectReference): ClasspathDependency
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def configDependencyConstructor[T](p: T)(implicit ev: (T) ⇒ ProjectReference): Constructor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inConfig(conf: Configuration)(ss: Seq[Def.Setting[_]]): Seq[Def.Setting[_]]
- def inScope(scope: Scope)(ss: Seq[Def.Setting[_]]): Seq[Def.Setting[_]]
- def inTask(t: Scoped)(ss: Seq[Def.Setting[_]]): Seq[Def.Setting[_]]
- def inThisBuild(ss: Seq[Def.Setting[_]]): Seq[Def.Setting[_]]
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
macro
def
project: Project
Creates a new Project.
Creates a new Project. This is a macro that expects to be assigned directly to a val. The name of the val is used as the project ID and the name of the base directory of the project.
- implicit def richInitialize[T](i: Def.Initialize[T]): RichInitialize[T]
- implicit def richInitializeInputTask[T](init: Def.Initialize[InputTask[T]]): RichInitializeInputTask[T]
- implicit def richInitializeTask[T](init: Def.Initialize[Task[T]]): RichInitializeTask[T]
- implicit def richTaskSessionVar[T](init: Def.Initialize[Task[T]]): RichTaskSessionVar[T]
- implicit def sbtRichTaskPromise[A](i: Def.Initialize[Task[PromiseWrap[A]]]): RichTaskPromise[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()