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 ContentTypeMetaData. contentTypeMethods in org.apache.rat.api that return ContentType Modifier and Type Method Description ContentTypeMetaData. getContentType()Gets the content type for the subject.ContentTypeMimeTyper. 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 voidMetaData. 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)
-