org.xenei.jena.entities
Class DumpDataTypes

java.lang.Object
  extended by org.xenei.jena.entities.DumpDataTypes

public class DumpDataTypes
extends Object


Constructor Summary
DumpDataTypes()
           
 
Method Summary
static void main(String[] args)
          Dump the registered data types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpDataTypes

public DumpDataTypes()
Method Detail

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)


Copyright © 2012 XENEI.com. All Rights Reserved.