|
Secure FTP Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JFileSystem
JFile system abstraction. Takes responsibility for corresponded JFile objects creation.
Method Summary | |
---|---|
void |
close()
Closes the file system object and releases all associated resources. |
JFile |
getFile(JFile parent,
java.lang.String child)
Creates a new JFile instance from a parent abstract pathname and a child pathname string. |
JFile |
getFile(java.lang.String pathname)
Creates a new JFile instance by converting the given pathname string into an abstract pathname. |
boolean |
isClosed()
Tests whether the current file system is already closed. |
Method Detail |
---|
void close()
boolean isClosed()
true
if the current file system is closed;
false
otherwiseJFile getFile(java.lang.String pathname)
pathname
- a pathname string
JFile getFile(JFile parent, java.lang.String child)
parent
- the parent abstract pathnamechild
- the child pathname string
|
Secure FTP Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |