edu.mit.ai.psg.jeva
Class ClassPathMethods.ClassPathSearchResult
java.lang.Object
|
+--edu.mit.ai.psg.jeva.ClassPathMethods.ClassPathSearchResult
- Enclosing class:
- ClassPathMethods
- public static class ClassPathMethods.ClassPathSearchResult
- extends Object
Class for multiple value return of with found location path,
input stream, and modification date
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
locationPath
public String locationPath
stream
public InputStream stream
modificationDate
public long modificationDate
ClassPathMethods.ClassPathSearchResult
public ClassPathMethods.ClassPathSearchResult(String locPath,
InputStream str,
long lastModifiedDate)