borland Packages  Class Hierarchy  jb.io Package 

FileSystem interface

com.borland.jb.io.FileSystem

About the FileSystem interface

Methods  

Implemented by LocalFileSystem

This interface is used internally by other com.borland classes. You should never use this interface directly.


FileSystem methods

Methods defined in this interface


FileSystem methods

addDir(java.lang.String, java.lang.String)

  String addDir(String path, String dir)

This method is used internally by other com.borland classes. You should never use this method directly.

compareBytes(byte[], byte[], int)

  boolean compareBytes(byte[] buf1, byte[] buf2, int count)

This method is used internally by other com.borland classes. You should never use this method directly.

compareFiles(java.lang.String, java.lang.String)

  boolean compareFiles(String path1, String path2)

This method is used internally by other com.borland classes. You should never use this method directly.

copyFile(java.lang.String, java.lang.String)

  void copyFile(String src, String dest)

This method is used internally by other com.borland classes. You should never use this method directly.

copyFile(java.lang.String, java.lang.String, java.lang.String)

  void copyFile(String src, String dest, String header)

This method is used internally by other com.borland classes. You should never use this method directly.

createFilePath(java.lang.String, java.lang.String)

  String createFilePath(String path, String file)

This method is used internally by other com.borland classes. You should never use this method directly.

deleteDirectoryTree(java.lang.String)

  void deleteDirectoryTree(String dirPath)

This method is used internally by other com.borland classes. You should never use this method directly.

getClassesFile(java.lang.Object)

  File getClassesFile(Object object)

This method is used internally by other com.borland classes. You should never use this method directly.

getClassesFile(java.lang.String)

  File getClassesFile(String file)

This method is used internally by other com.borland classes. You should never use this method directly.

listContains(java.lang.String[], java.lang.String)

  int listContains(String[]baseList, String name)

This method is used internally by other com.borland classes. You should never use this method directly.

loadProperties(java.lang.String)

  Properties loadProperties(String path)

This method is used internally by other com.borland classes. You should never use this method directly.

makeDir(java.lang.String)

  boolean makeDir(String path)

This method is used internally by other com.borland classes. You should never use this method directly.

makeDirs(java.lang.String)

  boolean makeDirs(String path)

This method is used internally by other com.borland classes. You should never use this method directly.

newFile(java.lang.String)

  File newFile(String path)

This method is used internally by other com.borland classes. You should never use this method directly.

traverse(com.borland.jb.io.TraverseAction, java.io.File)

  boolean traverse(TraverseAction act, File dir)

This method is used internally by other com.borland classes. You should never use this method directly.