com.atlassian.bamboo.web.utils
Class UploadedFileImpl

java.lang.Object
  extended by com.atlassian.bamboo.web.utils.UploadedFileImpl
All Implemented Interfaces:
UploadedFile

public class UploadedFileImpl
extends Object
implements UploadedFile


Constructor Summary
UploadedFileImpl(String originalFileName, File bambooServerFile)
           
 
Method Summary
 String getOriginalName()
           
 File getServerFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadedFileImpl

public UploadedFileImpl(String originalFileName,
                        File bambooServerFile)
Method Detail

getOriginalName

@NotNull
public String getOriginalName()
Specified by:
getOriginalName in interface UploadedFile

getServerFile

@NotNull
public File getServerFile()
Specified by:
getServerFile in interface UploadedFile


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.