public abstract class Body extends Object
| Constructor and Description |
|---|
Body() |
| Modifier and Type | Method and Description |
|---|---|
InlineBody |
asInline() |
ReferencedBody |
asReferenced() |
abstract String |
getBody() |
static Body |
inline(String body) |
boolean |
isInline() |
boolean |
isReferenced() |
static Body |
reference(String uri) |
static Body |
reference(URI uri) |
public abstract String getBody() throws IOException
IOExceptionpublic boolean isReferenced()
public ReferencedBody asReferenced()
public boolean isInline()
public InlineBody asInline()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.