Secure iNet Factory

Uses of Interface
com.jscape.inet.file.JFile

Packages that use JFile
com.jscape.inet.file   
 

Uses of JFile in com.jscape.inet.file
 

Methods in com.jscape.inet.file that return JFile
 JFile JRandomAccessFile.getFile()
          Returns JFile instance associated with this object.
 JFile JFileSystem.getFile(JFile parent, java.lang.String child)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile JavaFileSystem.getFile(JFile parent, java.lang.String child)
          Creates a new JavaFile instance from a parent abstract pathname and a child pathname string.
 JFile JFileSystem.getFile(java.lang.String pathname)
          Creates a new JFile instance by converting the given pathname string into an abstract pathname.
 JFile JavaFileSystem.getFile(java.lang.String pathname)
          Creates a new JavaFile instanse converting the given pathname string into an abstract pathname.
 JFile JFile.getLinkTarget()
          Returns the link target if the current file is symbolic link.
 JFile JFile.getParentFile()
          Returns the abstract pathname of this abstract pathname's parent.
 JFile[] JFile.listFiles()
          Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
 JFile[] JFile.listFiles(JFileFilter filter)
          Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
 

Methods in com.jscape.inet.file with parameters of type JFile
 boolean JFileFilter.accepts(JFile pathname)
          Tests whether or not the specified abstract pathname should be included in a pathname list.
 void JFile.createNewLink(JFile target)
          Creates the symbolic link named by this abstract pathname if and only if a file with this name does not yet exist.
 JFile JFileSystem.getFile(JFile parent, java.lang.String child)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile JavaFileSystem.getFile(JFile parent, java.lang.String child)
          Creates a new JavaFile instance from a parent abstract pathname and a child pathname string.
 void JFile.renameTo(JFile dest)
          Renames the file denoted by this abstract pathname.
 


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2014. All Rights Reserved