| Package | Description |
|---|---|
| com.atlassian.jira.io |
| Modifier and Type | Method and Description |
|---|---|
SessionTempFile |
TempFileFactoryImpl.getSessionTempFile(String path) |
SessionTempFile |
TempFileFactory.getSessionTempFile(String path)
Returns the SessionTempFile for the file at
path, which must have been previously created using TempFileFactory.makeSessionTempFile(String), or null if not found. |
SessionTempFile |
TempFileFactory.makeSessionTempFile(String path)
Makes a new SessionTempFile for the file at
path. |
Copyright © 2002-2022 Atlassian. All Rights Reserved.