Package org.apache.maven.surefire.booter
Class TypeEncodedValue
- java.lang.Object
-
- org.apache.maven.surefire.booter.TypeEncodedValue
-
public final 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 boolean
equals(java.lang.Object o)
private boolean
equalsType(TypeEncodedValue that)
private boolean
equalsValue(TypeEncodedValue that)
java.lang.Object
getDecodedValue()
java.lang.Object
getDecodedValue(java.lang.ClassLoader classLoader)
int
hashCode()
private boolean
isTypeClass()
java.lang.String
toString()
-
-
-
Method Detail
-
isTypeClass
private 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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equalsType
private boolean equalsType(TypeEncodedValue that)
-
equalsValue
private boolean equalsValue(TypeEncodedValue that)
-
-