Uses of Class
japicmp.compat.CompatibilityChanges.Classpath
-
Packages that use CompatibilityChanges.Classpath Package Description japicmp.compat -
-
Uses of CompatibilityChanges.Classpath in japicmp.compat
Methods in japicmp.compat that return CompatibilityChanges.Classpath Modifier and Type Method Description static CompatibilityChanges.Classpath
CompatibilityChanges.Classpath. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompatibilityChanges.Classpath[]
CompatibilityChanges.Classpath. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in japicmp.compat with type arguments of type CompatibilityChanges.Classpath Modifier and Type Method Description private JApiClass
CompatibilityChanges. loadClass(java.lang.String newSuperclassName, java.util.EnumSet<CompatibilityChanges.Classpath> classpaths)
-