|
Simian - Similarity Analyser v2.2.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectau.com.redhillconsulting.simian.FileLoader
public final class FileLoader
Loads files into a checker. Instances can be re-used to load multiple successive files into the same checker.
| Constructor Summary | |
|---|---|
FileLoader(StreamLoader streamLoader)
Constructor. |
|
| Method Summary | |
|---|---|
void |
load(java.io.File file)
Loads a single file. |
void |
load(java.io.File[] files)
Loads an array of files. |
void |
load(java.lang.String filename)
Loads a single file. |
void |
load(java.lang.String[] filenames)
Loads an array of files. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileLoader(StreamLoader streamLoader)
streamLoader - | Method Detail |
|---|
public void load(java.io.File file)
throws java.io.IOException
file - The file.
java.io.IOException - if an error occurs loading the file.
public void load(java.io.File[] files)
throws java.io.IOException
files - The files.
java.io.IOException - if an error occurs loading the file.
public void load(java.lang.String[] filenames)
throws java.io.IOException
filenames - The file names.
java.io.IOException - if an error occurs loading the file.
public void load(java.lang.String filename)
throws java.io.IOException
filename - The file name.
java.io.IOException - if an error occurs loading the file.
|
Simian - Similarity Analyser v2.2.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||