public class FileSystemDelegate extends BaseDataDelegate implements me.adaptive.arp.api.IFileSystem
| Constructor and Description |
|---|
FileSystemDelegate()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
me.adaptive.arp.api.FileDescriptor |
createFileDescriptor(me.adaptive.arp.api.FileDescriptor parent,
java.lang.String name)
Creates a new reference to a new or existing location in the filesystem.
|
me.adaptive.arp.api.FileDescriptor |
getApplicationCacheFolder()
Returns a reference to the cache folder for the current application.
|
me.adaptive.arp.api.FileDescriptor |
getApplicationCloudFolder()
Returns a reference to the cloud synchronizable folder for the current application.
|
me.adaptive.arp.api.FileDescriptor |
getApplicationDocumentsFolder()
Returns a reference to the documents folder for the current application.
|
me.adaptive.arp.api.FileDescriptor |
getApplicationFolder()
Returns a reference to the application installation folder.
|
me.adaptive.arp.api.FileDescriptor |
getApplicationProtectedFolder()
Returns a reference to the protected storage folder for the current application.
|
char |
getSeparator()
Returns the file system dependent file separator.
|
me.adaptive.arp.api.FileDescriptor |
getSystemExternalFolder()
Returns a reference to the external storage folder provided by the OS.
|
getAPIGroup, getAPIVersionpublic me.adaptive.arp.api.FileDescriptor createFileDescriptor(me.adaptive.arp.api.FileDescriptor parent,
java.lang.String name)
createFileDescriptor in interface me.adaptive.arp.api.IFileSystemparent - Parent directory.name - Name of new file or directory.public me.adaptive.arp.api.FileDescriptor getApplicationCacheFolder()
getApplicationCacheFolder in interface me.adaptive.arp.api.IFileSystempublic me.adaptive.arp.api.FileDescriptor getApplicationCloudFolder()
getApplicationCloudFolder in interface me.adaptive.arp.api.IFileSystempublic me.adaptive.arp.api.FileDescriptor getApplicationDocumentsFolder()
getApplicationDocumentsFolder in interface me.adaptive.arp.api.IFileSystempublic me.adaptive.arp.api.FileDescriptor getApplicationFolder()
getApplicationFolder in interface me.adaptive.arp.api.IFileSystempublic me.adaptive.arp.api.FileDescriptor getApplicationProtectedFolder()
getApplicationProtectedFolder in interface me.adaptive.arp.api.IFileSystempublic char getSeparator()
getSeparator in interface me.adaptive.arp.api.IFileSystempublic me.adaptive.arp.api.FileDescriptor getSystemExternalFolder()
getSystemExternalFolder in interface me.adaptive.arp.api.IFileSystem