ilog.server.jcomp
Class MvFile

java.lang.Object
  |
  +--ilog.server.jcomp.MvFile
All Implemented Interfaces:
ilog.server.jcomp.Streamable

public class MvFile
extends java.lang.Object
implements ilog.server.jcomp.Streamable


Constructor Summary
MvFile()
           
MvFile(MvFile f)
           
MvFile(java.lang.String pname, java.lang.String pcontents)
           
 
Method Summary
 java.lang.String getContents()
           
 java.lang.String getName()
           
 MvMessage stream(MvMessage msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MvFile

public MvFile(java.lang.String pname,
              java.lang.String pcontents)

MvFile

public MvFile()

MvFile

public MvFile(MvFile f)
Method Detail

stream

public MvMessage stream(MvMessage msg)
Specified by:
stream in interface ilog.server.jcomp.Streamable

getName

public java.lang.String getName()
Returns:
The file name.

getContents

public java.lang.String getContents()
Returns:
The file contents.