org.drools.semantics.python
Class PythonImportEntryFactory

java.lang.Object
  extended byorg.drools.semantics.python.PythonImportEntryFactory
All Implemented Interfaces:
ImportEntryFactory

public class PythonImportEntryFactory
extends Object
implements ImportEntryFactory


Constructor Summary
PythonImportEntryFactory()
           
 
Method Summary
static PythonImportEntryFactory getInstance()
           
 ImportEntry newImportEntry(Configuration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonImportEntryFactory

public PythonImportEntryFactory()
Method Detail

getInstance

public static PythonImportEntryFactory getInstance()

newImportEntry

public ImportEntry newImportEntry(Configuration config)
                           throws FactoryException
Specified by:
newImportEntry in interface ImportEntryFactory
Throws:
FactoryException


Copyright © 2001-2004 The Codehaus. All Rights Reserved.