Class StringTarget
- java.lang.Object
-
- com.thoughtworks.xstream.tools.benchmark.targets.StringTarget
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
string
Deprecated.
-
Constructor Summary
Constructors Constructor Description StringTarget()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isEqual(java.lang.Object other)
Deprecated.Check whether the object for this target is equal to another one.java.lang.Object
target()
Deprecated.The target to use in the metric.java.lang.String
toString()
Deprecated.
-
-
-
Field Detail
-
string
private final java.lang.String string
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
target
public java.lang.Object target()
Deprecated.Description copied from interface:Target
The target to use in the metric.
-
-