class JmolFile extends java.lang.Object implements JmolFileInterface
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
fullName |
private java.lang.String |
name |
| Constructor and Description |
|---|
JmolFile(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbsolutePath() |
java.lang.String |
getName() |
JmolFileInterface |
getParentAsFile() |
boolean |
isDirectory() |
long |
length() |
public JmolFileInterface getParentAsFile()
getParentAsFile in interface JmolFileInterfacepublic java.lang.String getAbsolutePath()
getAbsolutePath in interface JmolFileInterfacepublic java.lang.String getName()
getName in interface JmolFileInterfacepublic boolean isDirectory()
isDirectory in interface JmolFileInterfacepublic long length()
length in interface JmolFileInterface