public interface FileProvider
| Modifier and Type | Method and Description |
|---|---|
File |
createFile(String prefix,
String suffix)
Create a file with the given prefix and suffix.
|
boolean |
isAvailable()
Determines whether or not the file provider is available.
|
File createFile(String prefix, String suffix)
prefix - suffix - boolean isAvailable()
Some implementations might check permissions via this method.
Copyright © 2015 Alfresco Software. All rights reserved.