Returns a directory with file resources. @param type resource type @return directory, or null for XML type or if this is a main-memory database
(final ResourceType type)
| 275 | * @return directory, or {@code null} for XML type or if this is a main-memory database |
| 276 | */ |
| 277 | public IOFile dir(final ResourceType type) { |
| 278 | return dir == null ? null : type.dir(dir); |
| 279 | } |
| 280 | |
| 281 | /** |
| 282 | * Returns the resource with the specified path. |
no outgoing calls
no test coverage detected