Package scala.build.bsp
Class WrappedSourcesItem
java.lang.Object
scala.build.bsp.WrappedSourcesItem
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedSourcesItem(ch.epfl.scala.bsp4j.BuildTargetIdentifier target, List<WrappedSourceItem> sources) -
Method Summary
Modifier and TypeMethodDescriptionbooleanch.epfl.scala.bsp4j.BuildTargetIdentifierinthashCode()voidsetSources(List<WrappedSourceItem> sources) voidsetTarget(ch.epfl.scala.bsp4j.BuildTargetIdentifier target) toString()
-
Constructor Details
-
WrappedSourcesItem
public WrappedSourcesItem(ch.epfl.scala.bsp4j.BuildTargetIdentifier target, List<WrappedSourceItem> sources)
-
-
Method Details
-
getTarget
@Pure public ch.epfl.scala.bsp4j.BuildTargetIdentifier getTarget() -
setTarget
public void setTarget(ch.epfl.scala.bsp4j.BuildTargetIdentifier target) -
getSources
-
setSources
-
toString
-
equals
-
hashCode
@Pure public int hashCode()
-