Class EEFile

java.lang.Object
com.iizix.term.ee.EEFile

public class EEFile extends Object
Loads the EE file consisting of at least one screen. New EEFile versions (.ee files) only stores one screen per file.
Author:
Christopher Mindus
  • Constructor Details

    • EEFile

      public EEFile(String fn) throws IOException
      Loads the EE file containing the host screen definition and the host fields.
      Parameters:
      fn - The file name.
      Throws:
      IOException - for file failures.
  • Method Details

    • isUsed

      public boolean isUsed(String screenName)
      Checks if a screen name is already busy for the file.
      Parameters:
      screenName - Screen name to check.
      Returns:
      Used flag.
    • updateTimestamp

      public void updateTimestamp(long timestamp)
      Update the time stamp.
      Parameters:
      timestamp - New timestamp for file change verification.