mainframe
Class FileMessage

java.lang.Object
  extended by mainframe.Message
      extended by mainframe.FileMessage

 class FileMessage
extends Message


Constructor Summary
FileMessage(java.io.File file)
          Constructor using a File
FileMessage(java.lang.String line)
          Constructor using a String
 
Method Summary
 java.io.File getFile()
           
 java.lang.String getLine()
           
 
Methods inherited from class mainframe.Message
getMessage, getOrigin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileMessage

FileMessage(java.io.File file)
Constructor using a File

Parameters:
f - - File f

FileMessage

FileMessage(java.lang.String line)
Constructor using a String

Parameters:
s - - String
Method Detail

getFile

public java.io.File getFile()
Returns:
Returns the f.

getLine

public java.lang.String getLine()
Returns:
Returns the s.