HasGeneratedSourcesImpl

class Object
trait Matchable
class Any
class BspClient
class BspServer

Value members

Concrete methods

def newInputs(inputs: Inputs): Unit
def resetProjectNames(): Unit
def setGeneratedSources(scope: Scope, sources: Seq[GeneratedSource]): Unit
def setProjectName(workspace: Path, name: String, scope: Scope): Unit
def targetIds: List[BuildTargetIdentifier]
def targetScopeIdOpt(scope: Scope): Option[BuildTargetIdentifier]
protected def targetScopeOpt(id: BuildTargetIdentifier): Option[Scope]
protected def validTarget(id: BuildTargetIdentifier): Boolean

Concrete fields

protected val generatedSources: Map[Scope, GeneratedSources]
protected val projectNames: Map[Scope, ProjectName]