edu.jhu.tmaj.client.importer.data
Class ShortenedFile

java.lang.Object
  extended by edu.jhu.tmaj.client.importer.data.ShortenedFile

final class ShortenedFile
extends java.lang.Object

A File whose toString() method only returned the file name and not the entire path. Displaying the whole path can take up way too much space on the screen.


Constructor Summary
ShortenedFile(java.io.File file)
           
 
Method Summary
(package private)  java.io.File getFile()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShortenedFile

ShortenedFile(java.io.File file)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getFile

java.io.File getFile()