Package org.jibx.runtime
Class PrintInfo
java.lang.Object
org.jibx.runtime.PrintInfo
Utility program to print information about the runtime build and, optionally,
about bindings.
- Author:
- Dennis M. Sosnoski
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
listAbstracts
(IBindingFactory factory, boolean verbose) List abstract mappings from factory.private static void
listBaseBindings
(IBindingFactory factory, boolean verbose) List precompiled base bindings from factory.private static void
listClasses
(IBindingFactory factory, boolean verbose) List class information from factory.static void
-
Constructor Details
-
PrintInfo
public PrintInfo()
-
-
Method Details
-
main
-
listClasses
List class information from factory.- Parameters:
factory
-verbose
-
-
listBaseBindings
List precompiled base bindings from factory.- Parameters:
factory
-verbose
-
-
listAbstracts
List abstract mappings from factory.- Parameters:
factory
-verbose
-
-