Uses of Enum Class
japicmp.cmp.JarArchiveComparator.ArchiveType
Packages that use JarArchiveComparator.ArchiveType
-
Uses of JarArchiveComparator.ArchiveType in japicmp.cmp
Methods in japicmp.cmp that return JarArchiveComparator.ArchiveTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static JarArchiveComparator.ArchiveType[]JarArchiveComparator.ArchiveType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in japicmp.cmp with parameters of type JarArchiveComparator.ArchiveTypeModifier and TypeMethodDescriptionOptional<javassist.CtClass> JarArchiveComparator.loadClass(JarArchiveComparator.ArchiveType archiveType, String name) Loads a class either from the old, new or common classpath.