Uses of Class
japicmp.model.JApiClass
Packages that use JApiClass
Package
Description
-
Uses of JApiClass in japicmp.cmp
Methods in japicmp.cmp that return types with arguments of type JApiClassModifier and TypeMethodDescriptionJarArchiveComparator.compare(JApiCmpArchive oldArchive, JApiCmpArchive newArchive) Compares the two given archives.JarArchiveComparator.compare(List<JApiCmpArchive> oldArchives, List<JApiCmpArchive> newArchives) Compares the two given lists of archives.ClassesComparator.getClasses() -
Uses of JApiClass in japicmp.compat
Method parameters in japicmp.compat with type arguments of type JApiClass -
Uses of JApiClass in japicmp.maven
Methods in japicmp.maven that return types with arguments of type JApiClassModifier and TypeMethodDescriptionPostAnalysisScriptExecutor.apply(Parameter parameter, List<JApiClass> jApiClasses, org.apache.maven.plugin.logging.Log log) Method parameters in japicmp.maven with type arguments of type JApiClass -
Uses of JApiClass in japicmp.model
Methods in japicmp.model that return JApiClassModifier and TypeMethodDescriptionJApiBehavior.getjApiClass()JApiField.getjApiClass()JApiSuperclass.getJApiClassOwning()Returns theJApiClassthis superclass belongs to.Methods in japicmp.model that return types with arguments of type JApiClassModifier and TypeMethodDescriptionJApiSuperclass.getJApiClass()Returns theJApiClassrepresentation of this superclass.Methods in japicmp.model with parameters of type JApiClassModifier and TypeMethodDescriptionvoidJApiImplementedInterface.setJApiClass(JApiClass jApiClass) Method parameters in japicmp.model with type arguments of type JApiClassModifier and TypeMethodDescriptionvoidConstructors in japicmp.model with parameters of type JApiClassModifierConstructorDescriptionJApiBehavior(JApiClass jApiClass, String name, Optional<? extends javassist.CtBehavior> oldBehavior, Optional<? extends javassist.CtBehavior> newBehavior, JApiChangeStatus changeStatus, JarArchiveComparator jarArchiveComparator) JApiConstructor(JApiClass jApiClass, String name, JApiChangeStatus changeStatus, Optional<javassist.CtConstructor> oldConstructor, Optional<javassist.CtConstructor> newConstructor, JarArchiveComparator jarArchiveComparator) JApiField(JApiClass jApiClass, JApiChangeStatus changeStatus, Optional<javassist.CtField> oldFieldOptional, Optional<javassist.CtField> newFieldOptional, JarArchiveComparatorOptions options) JApiMethod(JApiClass jApiClass, String name, JApiChangeStatus changeStatus, Optional<javassist.CtMethod> oldMethod, Optional<javassist.CtMethod> newMethod, JarArchiveComparator jarArchiveComparator) JApiSuperclass(JApiClass jApiClass, Optional<javassist.CtClass> oldSuperclassOptional, Optional<javassist.CtClass> newSuperclassOptional, JApiChangeStatus changeStatus, JarArchiveComparator jarArchiveComparator) -
Uses of JApiClass in japicmp.output
Fields in japicmp.output with type parameters of type JApiClassMethods in japicmp.output with parameters of type JApiClassModifier and TypeMethodDescriptionvoidMethod parameters in japicmp.output with type arguments of type JApiClassModifier and TypeMethodDescriptionstatic voidFilter.filter(List<JApiClass> jApiClasses, Filter.FilterVisitor visitor) voidstatic voidOutputFilter.sortClassesAndMethods(List<JApiClass> jApiClasses) voidConstructor parameters in japicmp.output with type arguments of type JApiClass -
Uses of JApiClass in japicmp.output.extapi.jpa
Method parameters in japicmp.output.extapi.jpa with type arguments of type JApiClass -
Uses of JApiClass in japicmp.output.extapi.jpa.model
Constructors in japicmp.output.extapi.jpa.model with parameters of type JApiClass -
Uses of JApiClass in japicmp.output.incompatible
Constructor parameters in japicmp.output.incompatible with type arguments of type JApiClassModifierConstructorDescriptionIncompatibleErrorOutput(Options options, List<JApiClass> jApiClasses, JarArchiveComparator jarArchiveComparator) -
Uses of JApiClass in japicmp.output.semver
Constructor parameters in japicmp.output.semver with type arguments of type JApiClass -
Uses of JApiClass in japicmp.output.stdout
Constructor parameters in japicmp.output.stdout with type arguments of type JApiClassModifierConstructorDescriptionStdoutOutputGenerator(Options options, List<JApiClass> jApiClasses) -
Uses of JApiClass in japicmp.output.xml
Constructor parameters in japicmp.output.xml with type arguments of type JApiClassModifierConstructorDescriptionXmlOutputGenerator(List<JApiClass> jApiClasses, Options options, boolean createSchemaFile) Deprecated.XmlOutputGenerator(List<JApiClass> jApiClasses, Options options, XmlOutputGeneratorOptions xmlOutputGeneratorOptions) -
Uses of JApiClass in japicmp.output.xml.model
Methods in japicmp.output.xml.model that return types with arguments of type JApiClassMethod parameters in japicmp.output.xml.model with type arguments of type JApiClass