main
public static void main(String[] args)
Dump the registered data types.
Prints a list of registered data types.
arg1 = Output format
The format is a String.format format string for two (2) string inputs.
The first format parameter is the URI of the data type, the second
format parameter is the class name.
The default value is "%s | %s". To reverse the display use "%2$s | %1$s".
arg2 = null class string
This is the string to pring if the java class is not defined.
If the nullCLassString is null registered data types without classes will
not be printed.
- Parameters:
args - the arguments- See Also:
PredicateInfoImpl.dataTypeDump(String,
String)