net.sourceforge.nrl.parser.type
Class DefaultTypeMappingFactory

java.lang.Object
  extended by net.sourceforge.nrl.parser.type.DefaultTypeMappingFactory

public class DefaultTypeMappingFactory
extends Object

Load the default type mapping, which is shipped in the NRL parser JAR.

Since:
1.4.12

Constructor Summary
DefaultTypeMappingFactory()
           
 
Method Summary
static ITypeMapping getDefaultTypeMapping()
          Return the default type mapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTypeMappingFactory

public DefaultTypeMappingFactory()
Method Detail

getDefaultTypeMapping

public static ITypeMapping getDefaultTypeMapping()
Return the default type mapping.

Returns:
the type mapping
Throws:
RuntimeException - if the type mapping could not be loaded. This would usually indicate some sort of internal error like a classpath problem.


Copyright © 2006-2013. All Rights Reserved.