Class WrappedSourcesItem

java.lang.Object
scala.build.bsp.WrappedSourcesItem

public class WrappedSourcesItem extends Object
  • 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

      @Pure public List<WrappedSourceItem> getSources()
    • setSources

      public void setSources(List<WrappedSourceItem> sources)
    • toString

      @Pure public String toString()
      Overrides:
      toString in class Object
    • equals

      @Pure public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      @Pure public int hashCode()
      Overrides:
      hashCode in class Object