Class ClassIdentifier
- java.lang.Object
-
- io.github.mkoncek.classpathless.api.ClassIdentifier
-
- All Implemented Interfaces:
Comparable<ClassIdentifier>
public class ClassIdentifier extends Object implements Comparable<ClassIdentifier>
Wrapper around fully qualified class name.
-
-
Constructor Summary
Constructors Constructor Description ClassIdentifier(String fullName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(ClassIdentifier o)
boolean
equals(Object o)
String
getFullName()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ClassIdentifier
public ClassIdentifier(String fullName)
-
-
Method Detail
-
getFullName
public String getFullName()
-
compareTo
public int compareTo(ClassIdentifier o)
- Specified by:
compareTo
in interfaceComparable<ClassIdentifier>
-
-