Package ch.qos.logback.classic.spi
Class ClassPackagingData
- java.lang.Object
-
- ch.qos.logback.classic.spi.ClassPackagingData
-
- All Implemented Interfaces:
Serializable
@Deprecated(since="2022-01-27") public class ClassPackagingData extends Object implements Serializable
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassPackagingData(String codeLocation, String version)Deprecated.ClassPackagingData(String classLocation, String version, boolean exact)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.StringgetCodeLocation()Deprecated.StringgetVersion()Deprecated.inthashCode()Deprecated.booleanisExact()Deprecated.
-