Uses of Class
org.apache.rat.api.ContentType
-
Packages that use ContentType Package Description org.apache.rat.api Key abstractions. -
-
Uses of ContentType in org.apache.rat.api
Fields in org.apache.rat.api declared as ContentType Modifier and Type Field Description private ContentType
MetaData. contentType
Methods in org.apache.rat.api that return ContentType Modifier and Type Method 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.Methods in org.apache.rat.api with parameters of type ContentType Modifier and Type Method Description void
MetaData. setContentType(ContentType contentType)
Sets the content type for this subject.Constructors in org.apache.rat.api with parameters of type ContentType Constructor Description MetaData(ContentType contentType)
-