Buju 0.4

biz.bbeans.util
Class BListLoader

java.lang.Object
  extended bybiz.bbeans.util.BListLoader

public class BListLoader
extends Object

Utility to load a list from some input source.


Field Summary
protected  ArrayList l
          List created by this loader.
 
Constructor Summary
BListLoader()
          Create a new BListLoader.
 
Method Summary
 Collection loadFromFile(String inName)
          Load the list from the named file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

l

protected ArrayList l
List created by this loader.

Constructor Detail

BListLoader

public BListLoader()
Create a new BListLoader.

Method Detail

loadFromFile

public Collection loadFromFile(String inName)
                        throws IOException
Load the list from the named file.

Parameters:
inName - File name.
Returns:
Loaded list.
Throws:
IOException - If I/O exception occurs.

Buju 0.4