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