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 JmolFileInterface
public java.lang.String getAbsolutePath()
getAbsolutePath
in interface JmolFileInterface
public java.lang.String getName()
getName
in interface JmolFileInterface
public boolean isDirectory()
isDirectory
in interface JmolFileInterface
public long length()
length
in interface JmolFileInterface