| Package | Description |
|---|---|
| wtf.g4s8.mime |
Media type, aka
MIME types
.
|
| wtf.g4s8.mime.test |
Media type Hamcrest matchers.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MimeType.Wrap
Default decorator for mime type.
|
class |
MimeTypeSimple
Simple mime type without params.
|
class |
StandardTypes
Standard MIME types.
|
| Modifier and Type | Method and Description |
|---|---|
static MimeType |
MimeType.of(CharSequence src)
Mime type of string source.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<MimeType> |
MimeType.parse(CharSequence src)
Parse mime-type string containing multiple media types with qualifiers.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MimeTypeComparators.compare(MimeType left,
MimeType right) |
| Constructor and Description |
|---|
Wrap(MimeType origin)
Wraps origin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HmMimeHasParam.describeMismatchSafely(MimeType item,
org.hamcrest.Description desc) |
boolean |
HmMimeHasSubType.matchesSafely(MimeType type) |
boolean |
HmMimeHasType.matchesSafely(MimeType type) |
boolean |
HmMimeHasParam.matchesSafely(MimeType type) |
Copyright © 2012–2021 jcabi.com. All rights reserved.