Package org.apache.maven.surefire.booter
Class TypeEncodedValue
- java.lang.Object
-
- org.apache.maven.surefire.booter.TypeEncodedValue
-
public class TypeEncodedValue extends java.lang.Object
- Author:
- Kristian Rosenvold
-
-
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)
java.lang.Object
getDecodedValue()
java.lang.Object
getDecodedValue(java.lang.ClassLoader classLoader)
int
hashCode()
boolean
isTypeClass()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-