| Package | Description |
|---|---|
| org.apache.rat.api |
Key abstractions.
|
| Modifier and Type | Field and Description |
|---|---|
private ContentType |
MetaData.contentType |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
MetaData.getContentType()
Gets the content type for the subject.
|
ContentType |
MimeTyper.type(java.io.InputStream inputStream,
java.lang.String name)
Guesses the mime type for the given content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaData.setContentType(ContentType contentType)
Sets the content type for this subject.
|
| Constructor and Description |
|---|
MetaData(ContentType contentType) |