edu.mit.ai.psg.jevaES
Class ClassPathMethods.ClassPathSearchResult

java.lang.Object
  |
  +--edu.mit.ai.psg.jevaES.ClassPathMethods.ClassPathSearchResult

public static class ClassPathMethods.ClassPathSearchResult
extends Object

Class for multiple value return of with found location path, input stream, and modification date


Field Summary
 String locationPath
           
 long modificationDate
           
 InputStream stream
           
 
Constructor Summary
ClassPathMethods.ClassPathSearchResult(String locPath, InputStream str, long lastModifiedDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locationPath

public String locationPath

stream

public InputStream stream

modificationDate

public long modificationDate
Constructor Detail

ClassPathMethods.ClassPathSearchResult

public ClassPathMethods.ClassPathSearchResult(String locPath,
                                              InputStream str,
                                              long lastModifiedDate)

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-bugs@ai.mit.edu