(Object key)
| 81 | } |
| 82 | |
| 83 | public File getFile(Object key) { |
| 84 | try { |
| 85 | return new File((String)get(key)); |
| 86 | } |
| 87 | catch (Exception e) { |
| 88 | return null; |
| 89 | } |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * If the object stored under key is an Double then returns its value |
no test coverage detected