org.drools.decisiontable
Class SourcePackageProvider

java.lang.Object
  extended by org.drools.decisiontable.SourcePackageProvider
All Implemented Interfaces:
FileLoader

public class SourcePackageProvider
extends Object
implements FileLoader

This is used by the agent when a source file is encountered.


Constructor Summary
SourcePackageProvider()
           
 
Method Summary
 Package loadPackage(File rm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourcePackageProvider

public SourcePackageProvider()
Method Detail

loadPackage

public Package loadPackage(File rm)
                    throws IOException
Specified by:
loadPackage in interface FileLoader
Throws:
IOException


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.