object
BuildPaths extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
val
ConfigDirectoryName: java.lang.String(".sbt")
-
final
val
DefaultTargetName: java.lang.String("target")
-
final
val
GlobalBaseProperty: java.lang.String("sbt.global.base")
-
final
val
GlobalPluginsProperty: java.lang.String("sbt.global.plugins")
-
final
val
GlobalSettingsProperty: java.lang.String("sbt.global.settings")
-
final
val
PluginsDirectoryName: java.lang.String("plugins")
-
final
val
StagingProperty: java.lang.String("sbt.global.staging")
-
final
def
asInstanceOf[T0]: T0
-
def
buildOutputDirectory(base: File, compilers: Compilers): File
-
def
clone(): AnyRef
-
def
configurationSources(base: File): Seq[File]
-
def
crossPath(base: File, instance: ScalaInstance): File
-
def
defaultGlobalBase: File
-
def
definitionSources(base: File): Seq[File]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
evalOutputDirectory(base: File): File
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
getFileProperty(name: String): Option[File]
-
def
getFileSetting(stateKey: AttributeKey[File], property: String, default: File)(state: State): File
-
def
getGlobalBase(state: State): File
-
def
getGlobalPluginsDirectory(state: State, globalBase: File): File
-
def
getGlobalSettingsDirectory(state: State, globalBase: File): File
-
def
getStagingDirectory(state: State, globalBase: File): File
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
outputDirectory(base: File): File
-
def
pluginDirectory(definitionBase: File): File
-
def
projectHidden(base: File): File
-
def
projectStandard(base: File): File
-
def
selectProjectDir(base: File, log: Logger): File
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any