Uses of Class
introspector.model.IntrospectorModel
Packages that use IntrospectorModel
Package
Description
The introspector package offers the Introspector tool as an API through its Introspector utility class.
The model package implements the model responsibility in the MVC pattern.
-
Uses of IntrospectorModel in introspector
Methods in introspector with parameters of type IntrospectorModelModifier and TypeMethodDescriptionstatic booleanIntrospector.compareTreesAsHtml(IntrospectorModel treeFirstMoment, Object treeSecondMoment, String outputFileName1, String outputFileName2) Compares the same tree in two different moments of time and write both trees in html files highlighting the differences showing all the info of the objects (modified nodes are shown between ** and **)static booleanIntrospector.compareTreesAsHtml(IntrospectorModel treeFirstMoment, Object treeSecondMoment, String outputFileName1, String outputFileName2, boolean allInfo) Compares the same tree in two different moments of time and write both trees in html files highlighting the differences showing all the info of the objects (modified nodes are shown between ** and **)static booleanIntrospector.compareTreesAsTxt(IntrospectorModel treeFirstMoment, Object treeSecondMoment, String outputFileName1, String outputFileName2) Compares the same tree in two different moments of time and write both trees in txt files highlighting the differences showing all the info of the objects (modified nodes are shown between ** and **)static booleanIntrospector.compareTreesAsTxt(IntrospectorModel treeFirstMoment, Object treeSecondMoment, String outputFileName1, String outputFileName2, boolean allInfo) Compares the same tree in two different moments of time and write both trees in txt files highlighting the differences showing all the info of the objects (modified nodes are shown between ** and **) -
Uses of IntrospectorModel in introspector.model
Fields in introspector.model declared as IntrospectorModelModifier and TypeFieldDescriptionprivate IntrospectorModelIntrospectorModelTest.arrayModelprivate IntrospectorModelIntrospectorModelTest.objectModel