org.guvnor.common.services.backend.file.upload
public class FormData extends Object
Constructor and Description |
---|
FormData() |
Modifier and Type | Method and Description |
---|---|
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) |
public org.apache.commons.fileupload.FileItem getFile()
public void setFile(org.apache.commons.fileupload.FileItem file)
public FileOperation getOperation()
public void setOperation(FileOperation operation)
public org.uberfire.backend.vfs.Path getTargetPath()
public void setTargetPath(org.uberfire.backend.vfs.Path targetPath)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.