com.ibm.ccd.ui.portlets.fileupload
Class UploadedFile

java.lang.Object
  extended by com.ibm.ccd.ui.portlets.fileupload.UploadedFile

public class UploadedFile
extends java.lang.Object

A class to hold information about an uploaded file


Method Summary
 java.lang.String getContentType()
          returns the content type of file
 java.io.File getFile()
          reurns the file
 java.lang.String getFilesystemName()
          returns the file name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContentType

public java.lang.String getContentType()
returns the content type of file

Returns:
String

getFilesystemName

public java.lang.String getFilesystemName()
returns the file name

Returns:
String

getFile

public java.io.File getFile()
reurns the file

Returns:
File