data class JarFileInfo : Serializable
Data class for jar files with dependency information. It is used by the class collision check.
JarFileInfo(dependency: String, parentDependency: String, jarFile: File)
Data class for jar files with dependency information. It is used by the class collision check. |
val dependency: String
jar file dependency |
|
val jarFile: File
the jar file self |
|
val parentDependency: String
the parent dependency of the jar file |