Package org.jmol.api
Interface GenericFileInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFullPath()
String
getName()
GenericFileInterface
getParentAsFile()
boolean
isDirectory()
long
length()
-
-
-
Method Detail
-
getFullPath
String getFullPath()
-
getName
String getName()
-
length
long length()
-
isDirectory
boolean isDirectory()
-
getParentAsFile
GenericFileInterface getParentAsFile()
-
-