Package de.hybris.bootstrap.loader
Class ClassLocationInfo
java.lang.Object
de.hybris.bootstrap.loader.ClassLocationInfo
- All Implemented Interfaces:
Comparable<ClassLocationInfo>
Representation of a class in a ressource (jar/folder).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ClassLocationInfo comparable) booleanGet jar name containing the class.Gets fully qualified URL to class.inthashCode()toString()
-
Constructor Details
-
ClassLocationInfo
-
-
Method Details
-
getJarLocation
Gets fully qualified URL to class. -
getClassName
Get jar name containing the class. -
toString
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ClassLocationInfo>
-
equals
-