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