com.github.dreamhead.moco.util
Class FileContentType

java.lang.Object
  extended by com.github.dreamhead.moco.util.FileContentType

public class FileContentType
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_CONTENT_TYPE
           
 
Constructor Summary
FileContentType(java.lang.String filename)
           
 
Method Summary
 java.lang.String getContentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONTENT_TYPE

public static final java.lang.String DEFAULT_CONTENT_TYPE
See Also:
Constant Field Values
Constructor Detail

FileContentType

public FileContentType(java.lang.String filename)
Method Detail

getContentType

public java.lang.String getContentType()