|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileInputStreamFactory
Factory to create an InputStream from an absolute filename.
| Method Summary | |
|---|---|
InputStream |
create(String fileName)
Creates an InputStream from the specified filename. |
String[] |
find(File root,
String pattern)
Returns all file names that match the specified pattern. |
| Method Detail |
|---|
InputStream create(String fileName)
throws FileNotFoundException
InputStream from the specified filename.
fileName - the file name
FileNotFoundException - if the file could not be found
String[] find(File root,
String pattern)
root - root directory to start the search frompattern - the Ant FileSet pattern to search for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||