Class WrappedSourceItem

java.lang.Object
scala.build.bsp.WrappedSourceItem

public class WrappedSourceItem extends Object
  • Constructor Details

    • WrappedSourceItem

      public WrappedSourceItem(String uri, String generatedUri)
  • Method Details

    • getUri

      @Pure public String getUri()
    • setUri

      public void setUri(String uri)
    • getGeneratedUri

      @Pure public String getGeneratedUri()
    • setGeneratedUri

      public void setGeneratedUri(String generatedUri)
    • getTopWrapper

      @Pure public String getTopWrapper()
    • setTopWrapper

      public void setTopWrapper(String topWrapper)
    • getBottomWrapper

      @Pure public String getBottomWrapper()
    • setBottomWrapper

      public void setBottomWrapper(String bottomWrapper)
    • 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