Secure iNet Factory

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

Packages that use JFile
com.jscape.inet.file Contains various support classes for SFTP (FTP over SSH) protocol. 
com.jscape.inet.sftp Contains client classes for communicating with a server using SFTP protocol (FTP over SSH) 
com.jscape.inet.sftp.packets   
com.jscape.inet.sftp.v2   
com.jscape.inet.sftp.v3   
com.jscape.inet.sftp.v4   
 

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.
 

Uses of JFile in com.jscape.inet.sftp
 

Classes in com.jscape.inet.sftp that implement JFile
 class SftpFile
          The SFTP file.
 

Methods in com.jscape.inet.sftp that return JFile
 JFile SftpClient.getFile(JFile parent, java.lang.String child)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile SftpClient.getFile(JFile parent, java.lang.String child, SftpFileAttributes attrs)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile SftpClient.getFile(java.lang.String pathname)
          Creates a new JFile instance by converting the given pathname string into an abstract pathname.
 JFile SftpFile.getLinkTarget()
          Returns the link target if the current file is symbolic link.
 JFile SftpFile.getParentFile()
          Returns the abstract pathname of this abstract pathname's parent.
 JFile[] SftpFile.listFiles()
          Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
 JFile[] SftpFile.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.sftp that return types with arguments of type JFile
 java.util.Vector<JFile> Sftp.getRemoteFileObjectList(java.lang.String remoteDir)
          Get remote file object list.
 

Methods in com.jscape.inet.sftp with parameters of type JFile
 void SftpFile.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 SftpClient.getFile(JFile parent, java.lang.String child)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile SftpClient.getFile(JFile parent, java.lang.String child, SftpFileAttributes attrs)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 void SftpFile.renameTo(JFile dest)
          Renames the file denoted by this abstract pathname.
 

Uses of JFile in com.jscape.inet.sftp.packets
 

Methods in com.jscape.inet.sftp.packets with parameters of type JFile
static SftpFileAttributes SftpFileAttributes.forFile(JFile file)
          Obtains the file attributes for the specified file.
 void SftpFileAttributes.setupFileAttributes(JFile file)
          Setups the attributes for the specified file.
 

Uses of JFile in com.jscape.inet.sftp.v2
 

Methods in com.jscape.inet.sftp.v2 that return JFile
 JFile SftpClient2.getFile(JFile parent, java.lang.String child)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile SftpClient2.getFile(JFile parent, java.lang.String child, SftpFileAttributes attrs)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile SftpClient2.getFile(java.lang.String pathname)
          Creates a new JFile instance by converting the given pathname string into an abstract pathname.
 

Methods in com.jscape.inet.sftp.v2 with parameters of type JFile
 JFile SftpClient2.getFile(JFile parent, java.lang.String child)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile SftpClient2.getFile(JFile parent, java.lang.String child, SftpFileAttributes attrs)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 

Uses of JFile in com.jscape.inet.sftp.v3
 

Methods in com.jscape.inet.sftp.v3 that return JFile
 JFile SftpClient3.getFile(JFile parent, java.lang.String child)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile SftpClient3.getFile(JFile parent, java.lang.String child, SftpFileAttributes attrs)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile SftpClient3.getFile(java.lang.String pathname)
          Creates a new JFile instance by converting the given pathname string into an abstract pathname.
 

Methods in com.jscape.inet.sftp.v3 with parameters of type JFile
 JFile SftpClient3.getFile(JFile parent, java.lang.String child)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile SftpClient3.getFile(JFile parent, java.lang.String child, SftpFileAttributes attrs)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 

Uses of JFile in com.jscape.inet.sftp.v4
 

Methods in com.jscape.inet.sftp.v4 that return JFile
 JFile SftpClient4.getFile(JFile parent, java.lang.String child)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile SftpClient4.getFile(JFile parent, java.lang.String child, SftpFileAttributes attrs)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile SftpClient4.getFile(java.lang.String pathname)
          Creates a new JFile instance by converting the given pathname string into an abstract pathname.
 

Methods in com.jscape.inet.sftp.v4 with parameters of type JFile
 JFile SftpClient4.getFile(JFile parent, java.lang.String child)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile SftpClient4.getFile(JFile parent, java.lang.String child, SftpFileAttributes attrs)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 


Secure iNet Factory

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