org.apache.maven.surefire.booter
Class TypeEncodedValue

java.lang.Object
  extended by org.apache.maven.surefire.booter.TypeEncodedValue

public class TypeEncodedValue
extends Object

Author:
Kristian Rosenvold

Constructor Summary
TypeEncodedValue(String type, String value)
           
 
Method Summary
 boolean equals(Object o)
           
 Object getDecodedValue()
           
 String getType()
           
 int hashCode()
           
 boolean isTypeClass()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeEncodedValue

public TypeEncodedValue(String type,
                        String value)
Method Detail

getType

public String getType()

isTypeClass

public boolean isTypeClass()

getDecodedValue

public Object getDecodedValue()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.