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 voidlistAbstracts(IBindingFactory factory, boolean verbose) List abstract mappings from factory.private static voidlistBaseBindings(IBindingFactory factory, boolean verbose) List precompiled base bindings from factory.private static voidlistClasses(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-
-