ch.sahits.codegen.extensions
Class XMLInputParser

java.lang.Object
  extended by ch.sahits.codegen.extensions.XMLInputParser

public final class XMLInputParser
extends java.lang.Object

This class encapsules the access to the extension point ch.sahits.codegen.java.inputxmlparser

Since:
0.9.3
Author:
Andi Hotz

Constructor Summary
XMLInputParser()
           
 
Method Summary
static IXMLInputFileParser getParser(java.lang.String className)
          Retrieve the parser className from the extension point
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLInputParser

public XMLInputParser()
Method Detail

getParser

public static IXMLInputFileParser getParser(java.lang.String className)
Retrieve the parser className from the extension point

Parameters:
className - name of the parser class
Returns:
instance of the parser or null if no parser is found