All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class spec.io.TableOfExistingFiles

spec.io.TableOfExistingFiles

public class TableOfExistingFiles
This class maintains a list of the files that should not be loaded across the net. Any other class or data file required by the SpecJVMClient are loaded across the net.


Constructor Index

 o TableOfExistingFiles()
Constructor.

Method Index

 o exists(String)
Checks whether the given file exists in the list of existing files

Constructors

 o TableOfExistingFiles
 public TableOfExistingFiles()
Constructor.

Methods

 o exists
 public boolean exists(String filename)
Checks whether the given file exists in the list of existing files


All Packages  Class Hierarchy  This Package  Previous  Next  Index