org.mutabilitydetector.locations
Class Dotted

java.lang.Object
  extended by org.mutabilitydetector.locations.ClassName
      extended by org.mutabilitydetector.locations.Dotted

@Immutable
public final class Dotted
extends ClassName


Field Summary
static com.google.common.base.Function<Class<?>,Dotted> CLASS_TO_DOTTED
           
static com.google.common.base.Function<String,Dotted> STRING_NAME_TO_DOTTED
           
 
Method Summary
static Dotted dotted(String className)
           
 boolean equals(Object obj)
           
static Dotted fromClass(Class<?> clazz)
           
static Dotted fromSlashed(Slashed className)
           
static Dotted fromSlashedString(String className)
           
 int hashCode()
           
 
Methods inherited from class org.mutabilitydetector.locations.ClassName
asString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STRING_NAME_TO_DOTTED

public static final com.google.common.base.Function<String,Dotted> STRING_NAME_TO_DOTTED

CLASS_TO_DOTTED

public static final com.google.common.base.Function<Class<?>,Dotted> CLASS_TO_DOTTED
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class ClassName

hashCode

public int hashCode()
Overrides:
hashCode in class ClassName

dotted

public static Dotted dotted(String className)

fromSlashed

public static Dotted fromSlashed(Slashed className)

fromSlashedString

public static Dotted fromSlashedString(String className)

fromClass

public static Dotted fromClass(Class<?> clazz)


Copyright © 2013. All Rights Reserved.