com.ingenta.clownbike
Class TypedFile

java.lang.Object
  extended bycom.ingenta.clownbike.TypedFile

public class TypedFile
extends java.lang.Object


Constructor Summary
TypedFile(java.io.File file, java.lang.String contentType)
           
TypedFile(java.lang.String path, java.lang.String contentType)
           
 
Method Summary
 java.lang.String getContentType()
           
 java.io.File getFile()
           
 java.lang.String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedFile

public TypedFile(java.lang.String path,
                 java.lang.String contentType)

TypedFile

public TypedFile(java.io.File file,
                 java.lang.String contentType)
          throws java.io.IOException
Method Detail

getPath

public java.lang.String getPath()

getFile

public java.io.File getFile()

getContentType

public java.lang.String getContentType()