org.drools.agent
Interface FileLoader

All Known Implementing Classes:
SourcePackageProvider, SourcePackageProvider

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-2013 JBoss Inc.. All Rights Reserved.