Package org.apache.maven.surefire.booter
Class TypeEncodedValue
- java.lang.Object
-
- org.apache.maven.surefire.booter.TypeEncodedValue
-
public class TypeEncodedValue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TypeEncodedValue(java.lang.String type, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)private booleanequalsType(TypeEncodedValue that)private booleanequalsValue(TypeEncodedValue that)java.lang.ObjectgetDecodedValue()java.lang.ObjectgetDecodedValue(java.lang.ClassLoader classLoader)inthashCode()booleanisTypeClass()
-
-
-
Method Detail
-
isTypeClass
public boolean isTypeClass()
-
getDecodedValue
public java.lang.Object getDecodedValue()
-
getDecodedValue
public java.lang.Object getDecodedValue(java.lang.ClassLoader classLoader)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equalsType
private boolean equalsType(TypeEncodedValue that)
-
equalsValue
private boolean equalsValue(TypeEncodedValue that)
-
-