Uses of Class
org.apache.rat.api.ContentType

Packages that use ContentType
org.apache.rat.api Key abstractions. 
 

Uses of ContentType in org.apache.rat.api
 

Methods in org.apache.rat.api that return ContentType
 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
 void MetaData.setContentType(ContentType contentType)
          Sets the content type for this subject.
 

Constructors in org.apache.rat.api with parameters of type ContentType
MetaData(ContentType contentType)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.