| method | org.apache. |
| method | void org. |
| post | this.relativePath == path |
| post | init'ed(this. |
| post | this.resourceFile == file |
| post | init'ed(this. |
| method | int compareTo(Object) |
| pre | o != null |
| pre | this.relativePath != null |
| post | init'ed(return_value) |
|   | info | method not available | -- call on String org. |
| method | ThemeResource[] getChildren() |
| post | return_value == null |
| method | String getName() |
| pre | this.resourceFile != null |
| post | init'ed(return_value) |
| method | String getPath() |
| pre | init'ed(this. |
| post | return_value == this. |
| post | init'ed(return_value) |
| method | long getLastModified() |
| pre | this.resourceFile != null |
| post | init'ed(return_value) |
| method | long getLength() |
| pre | this.resourceFile != null |
| post | init'ed(return_value) |
| method | bool isDirectory() |
| pre | this.resourceFile != null |
| post | init'ed(return_value) |
| method | bool isFile() |
| pre | this.resourceFile != null |
| post | init'ed(return_value) |
| method | InputStream getInputStream() |
| pre | init'ed(this. |
| post | return_value == &new FileInputStream( |
| post | new FileInputStream( |