Package net.rubygrapefruit.platform
Interface DirEntry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.rubygrapefruit.platform.FileInfo
FileInfo.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of the file.-
Methods inherited from interface net.rubygrapefruit.platform.FileInfo
getLastModifiedTime, getSize, getType
-
-
-
-
Method Detail
-
getName
String getName()
Returns the name of the file.
-
-