org.drools.agent
Interface FileLoader


public interface FileLoader

This interface is mostly provided so a DRL provider can live in drools-compiler, without it, we would have circular references.


Method Summary
 Package loadPackage(File drl)
           
 

Method Detail

loadPackage

Package loadPackage(File drl)
                    throws FileNotFoundException,
                           IOException
Throws:
FileNotFoundException
IOException


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.