Package | Description |
---|---|
org.apache.rat.api |
Key abstractions.
|
Modifier and Type | Method and Description |
---|---|
ContentType |
MetaData.getContentType()
Gets the content type for the subject.
|
ContentType |
MimeTyper.type(InputStream inputStream,
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) |
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.