public interface Resource<T> extends Closeable
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseHref()
Return a base href for this resource.
|
T |
getContent() |
String |
getContentType() |
T getContent() throws IOException
IOException - if the content could not be openedString getBaseHref()
String getContentType()
Copyright © 2017. All rights reserved.