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.

Author:
Michael Neale

Method Summary
 Package loadPackage(java.io.File drl)
           
 

Method Detail

loadPackage

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