@PublicApi
public interface SessionTempFile
Modifier and Type | Method and Description |
---|---|
boolean |
delete()
Deletes the underlying File and unbinds this SessionTempFile from the current session.
|
File |
getFile()
Returns the underlying File object.
|
void |
unbind()
Unbinds this SessionTempFile from the current session.
|
void unbind()
Note that this does not delete the underlying File
boolean delete()
Copyright © 2002-2018 Atlassian. All Rights Reserved.