public class FileFinder extends Object
Constructor and Description |
---|
FileFinder() |
FileFinder(String fileName) |
Modifier and Type | Method and Description |
---|---|
File |
getFile()
Gets the file for a given file name.
|
String |
getFileName() |
InputStream |
getInputStream()
Method gets the inputStream for a given file name.
|
void |
setFileName(String fileName) |
public FileFinder()
public FileFinder(String fileName)
public String getFileName()
public void setFileName(String fileName)
public InputStream getInputStream()
public File getFile()
Copyright © 2004–2016 52north.org. All rights reserved.