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 boolean
equals(java.lang.Object obj)
java.util.List<OutputPathItem>
getOutputPaths()
BuildTargetIdentifier
getTarget()
int
hashCode()
void
setOutputPaths(java.util.List<OutputPathItem> outputPaths)
void
setTarget(BuildTargetIdentifier target)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
equals
@Pure public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
@Pure public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-