|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalFileProvider
A file provider which handles local files.
Method Summary | |
---|---|
FileObject |
findLocalFile(File file)
Converts from java.io.File to FileObject. |
FileObject |
findLocalFile(String name)
Finds a local file, from its local name. |
boolean |
isAbsoluteLocalName(String name)
Determines if a name is an absolute file name. |
Methods inherited from interface org.apache.commons.vfs.provider.FileProvider |
---|
createFileSystem, findFile, getCapabilities, getConfigBuilder, parseUri |
Method Detail |
---|
boolean isAbsoluteLocalName(String name)
name
- The name to test.
FileObject findLocalFile(String name) throws FileSystemException
name
- The name of the file to locate.
FileSystemException
- if an error occurs.FileObject findLocalFile(File file) throws FileSystemException
file
- The File for the file.
FileSystemException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |