| Package | Description |
|---|---|
| org.jitsi.impl.fileaccess | |
| org.jitsi.service.fileaccess |
| Modifier and Type | Method and Description |
|---|---|
File |
FileAccessServiceImpl.getPrivatePersistentDirectory(String dirName,
FileCategory category)
This method creates a directory specific to the current user.
|
File |
FileAccessServiceImpl.getPrivatePersistentFile(String fileName,
FileCategory category)
This method returns a file specific to the current user.
|
| Modifier and Type | Method and Description |
|---|---|
static FileCategory |
FileCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileCategory[] |
FileCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
File |
FileAccessService.getPrivatePersistentDirectory(String dirName,
FileCategory category)
This method creates a directory specific to the current user.
|
File |
FileAccessService.getPrivatePersistentFile(String fileName,
FileCategory category)
This method returns a file specific to the current user.
|
Copyright © 2022 jitsi.org. All rights reserved.