| Package | Description |
|---|---|
| io.konig.ldp | |
| io.konig.ldp.impl |
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
ResourceType.fromURI(String uriValue) |
ResourceType |
ResourceType.getSuperType() |
ResourceType |
ResourceFile.getType() |
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceType.isSubClassOf(ResourceType superClass) |
void |
ResourceFile.setType(ResourceType type) |
ResourceBuilder |
ResourceBuilder.type(ResourceType type) |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceType |
ResourceFileImpl.type |
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
LDPUtil.getResourceType(String linkValue)
Given the value of a 'Link' header, return the most specific
ResourceType given by a 'type' link.
|
ResourceType |
ResourceFileImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
protected BasicContainer |
SimpleResourceBuilder.createBasicContainer(String contentLocation,
String contentType,
ResourceType type,
byte[] body) |
void |
ResourceFileImpl.setType(ResourceType type) |
ResourceBuilder |
SimpleResourceBuilder.type(ResourceType type) |
| Constructor and Description |
|---|
BasicMemoryContainer(String contentLocation,
String contentType,
ResourceType type,
byte[] body) |
MemoryContainer(String contentLocation,
String contentType,
ResourceType type,
byte[] body) |
RdfSourceImpl(String contentLocation,
String contentType,
ResourceType type,
byte[] body) |
ResourceFileImpl(String contentLocation,
String contentType,
ResourceType type,
byte[] body) |
Copyright © 2019. All rights reserved.