org.drools.semantics.groovy
Class GroovyImportEntryFactory

java.lang.Object
  extended byorg.drools.semantics.groovy.GroovyImportEntryFactory
All Implemented Interfaces:
ImportEntryFactory

public class GroovyImportEntryFactory
extends Object
implements ImportEntryFactory


Constructor Summary
GroovyImportEntryFactory()
           
 
Method Summary
static GroovyImportEntryFactory 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

GroovyImportEntryFactory

public GroovyImportEntryFactory()
Method Detail

getInstance

public static GroovyImportEntryFactory 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.