Uses of Class
org.jitsi.service.fileaccess.FileCategory
-
Packages that use FileCategory Package Description org.jitsi.impl.fileaccess org.jitsi.service.fileaccess -
-
Uses of FileCategory in org.jitsi.impl.fileaccess
Methods in org.jitsi.impl.fileaccess with parameters of type FileCategory Modifier and Type Method Description FileFileAccessServiceImpl. getPrivatePersistentDirectory(String dirName, FileCategory category)This method creates a directory specific to the current user.FileFileAccessServiceImpl. getPrivatePersistentFile(String fileName, FileCategory category)This method returns a file specific to the current user. -
Uses of FileCategory in org.jitsi.service.fileaccess
Methods in org.jitsi.service.fileaccess that return FileCategory Modifier and Type Method Description static FileCategoryFileCategory. 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.Methods in org.jitsi.service.fileaccess with parameters of type FileCategory Modifier and Type Method Description FileFileAccessService. getPrivatePersistentDirectory(String dirName, FileCategory category)This method creates a directory specific to the current user.FileFileAccessService. getPrivatePersistentFile(String fileName, FileCategory category)This method returns a file specific to the current user.
-