|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.file.JavaFileSystem
public final class JavaFileSystem
An implementation of JFile system abstraction. Takes responsibility for corresponded JavaFile objects creation.
Method Summary | |
---|---|
void |
close()
Doesn't have sense for this file system type. |
JFile |
getFile(JFile parent,
java.lang.String child)
Creates a new JavaFile instance from a parent abstract pathname and a child pathname string. |
JFile |
getFile(java.lang.String pathname)
Creates a new JavaFile instanse converting the given pathname string into an abstract pathname. |
static JavaFileSystem |
getInstance()
|
boolean |
isClosed()
Always returns false since this object cannot be closed. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static JavaFileSystem getInstance()
public JFile getFile(java.lang.String pathname)
getFile
in interface JFileSystem
pathname
- A pathname string
public JFile getFile(JFile parent, java.lang.String child)
getFile
in interface JFileSystem
parent
- The parent abstract pathnamechild
- The child pathname string
public void close()
close
in interface JFileSystem
public boolean isClosed()
false
since this object cannot be closed.
isClosed
in interface JFileSystem
false
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |