public interface TCPContext
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
URL |
getResource(String resource) |
InputStream |
getResourceAsStream(String resource) |
Set<String> |
getResourcePaths(String path) |
void |
setAttribute(String name,
Object value) |
URL getResource(String resource) throws MalformedURLException
MalformedURLExceptionInputStream getResourceAsStream(String resource) throws IOException
IOExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.