Package ch.epfl.scala.bsp4j
Class OutputPathsItem
- java.lang.Object
-
- ch.epfl.scala.bsp4j.OutputPathsItem
-
public class OutputPathsItem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OutputPathsItem(BuildTargetIdentifier target, java.util.List<OutputPathItem> outputPaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.List<OutputPathItem>getOutputPaths()BuildTargetIdentifiergetTarget()inthashCode()voidsetOutputPaths(java.util.List<OutputPathItem> outputPaths)voidsetTarget(BuildTargetIdentifier target)java.lang.StringtoString()
-
-
-
Constructor Detail
-
OutputPathsItem
public OutputPathsItem(BuildTargetIdentifier target, java.util.List<OutputPathItem> outputPaths)
-
-
Method Detail
-
getTarget
@Pure public BuildTargetIdentifier getTarget()
-
setTarget
public void setTarget(BuildTargetIdentifier target)
-
getOutputPaths
@Pure public java.util.List<OutputPathItem> getOutputPaths()
-
setOutputPaths
public void setOutputPaths(java.util.List<OutputPathItem> outputPaths)
-
toString
@Pure public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
@Pure public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
@Pure public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-