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 |
TypeEncodedValue(java.lang.String type,
java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TypeEncodedValue
public TypeEncodedValue(java.lang.String type,
java.lang.String value)
getType
public java.lang.String getType()
isTypeClass
public boolean isTypeClass()
getDecodedValue
public java.lang.Object getDecodedValue()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.