net.sourceforge.addam.ddlrun.utils
Interface ResourceReader

All Known Implementing Classes:
ClassLoaderReader, FileSystemReader

public interface ResourceReader

Used to find and read resources; subclasses could use a classloader or a file system lookup.

Since:
Mar 5, 2005
Author:
TIM3

Method Summary
 String readLine()
           
 

Method Detail

readLine

String readLine()
                throws IOException
Throws:
IOException


Copyright © 2005-2006 ADDAM Project Team. All Rights Reserved.