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()
           
 Object getDecodedValue(ClassLoader classLoader)
           
 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

isTypeClass

public boolean isTypeClass()

getDecodedValue

public Object getDecodedValue()

getDecodedValue

public Object getDecodedValue(ClassLoader classLoader)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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