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