Guvnor - Services Backend 6.1.0.CR2

org.guvnor.common.services.backend.file.upload
Class FormData

java.lang.Object
  extended by org.guvnor.common.services.backend.file.upload.FormData

public class FormData
extends Object


Constructor Summary
FormData()
           
 
Method Summary
 org.apache.commons.fileupload.FileItem getFile()
           
 FileOperation getOperation()
           
 org.uberfire.backend.vfs.Path getTargetPath()
           
 void setFile(org.apache.commons.fileupload.FileItem file)
           
 void setOperation(FileOperation operation)
           
 void setTargetPath(org.uberfire.backend.vfs.Path targetPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormData

public FormData()
Method Detail

getFile

public org.apache.commons.fileupload.FileItem getFile()

setFile

public void setFile(org.apache.commons.fileupload.FileItem file)

getOperation

public FileOperation getOperation()

setOperation

public void setOperation(FileOperation operation)

getTargetPath

public org.uberfire.backend.vfs.Path getTargetPath()

setTargetPath

public void setTargetPath(org.uberfire.backend.vfs.Path targetPath)

Guvnor - Services Backend 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.