public interface Resource extends InputStreamSource
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
String |
getName() |
Resource |
getRelativeResource(String relativePath) |
URL |
getURL() |
boolean |
isOpen() |
getInputStreamURL getURL() throws IOException
IOExceptionResource getRelativeResource(String relativePath) throws IOException
IOExceptionboolean exists()
boolean isOpen()
String getName()
Copyright © 2026 Brandao. All rights reserved.