|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.importer.data.ShortenedFile
final class ShortenedFile
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(java.io.File file)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
java.io.File getFile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |