Index

C D E G M N R S V 
All Classes and Interfaces|All Packages|Serialized Form

C

CantInstantiateEngine() - Constructor for exception dev.voidframework.vfs.exception.VirtualFileStorageException.CantInstantiateEngine
Build a new instance.
configure() - Method in class dev.voidframework.vfs.module.VirtualFileStorageModule
 

D

deleteFile(String) - Method in class dev.voidframework.vfs.engine.DiskVirtualFileStorage
 
deleteFile(String) - Method in class dev.voidframework.vfs.engine.MemoryVirtualFileStorage
 
deleteFile(String) - Method in interface dev.voidframework.vfs.engine.VirtualFileStorage
Deletes a specific file.
dev.voidframework.vfs.engine - package dev.voidframework.vfs.engine
 
dev.voidframework.vfs.exception - package dev.voidframework.vfs.exception
 
dev.voidframework.vfs.module - package dev.voidframework.vfs.module
 
DiskVirtualFileStorage - Class in dev.voidframework.vfs.engine
Virtual File Storage: Disk.
DiskVirtualFileStorage(Config) - Constructor for class dev.voidframework.vfs.engine.DiskVirtualFileStorage
Build a new instance.

E

EngineNotFound(String) - Constructor for exception dev.voidframework.vfs.exception.VirtualFileStorageException.EngineNotFound
Build a new instance.

G

get() - Method in class dev.voidframework.vfs.module.VirtualFileStorageProvider
 

M

MemoryVirtualFileStorage - Class in dev.voidframework.vfs.engine
Virtual File Storage: Memory.
MemoryVirtualFileStorage() - Constructor for class dev.voidframework.vfs.engine.MemoryVirtualFileStorage
 

N

NotConfigured() - Constructor for exception dev.voidframework.vfs.exception.VirtualFileStorageException.NotConfigured
Build a new instance.

R

retrieveFile(String) - Method in class dev.voidframework.vfs.engine.DiskVirtualFileStorage
 
retrieveFile(String) - Method in class dev.voidframework.vfs.engine.MemoryVirtualFileStorage
 
retrieveFile(String) - Method in interface dev.voidframework.vfs.engine.VirtualFileStorage
Retrieves a specific file content.

S

storeFile(String, String, InputStream) - Method in class dev.voidframework.vfs.engine.DiskVirtualFileStorage
 
storeFile(String, String, InputStream) - Method in class dev.voidframework.vfs.engine.MemoryVirtualFileStorage
 
storeFile(String, String, InputStream) - Method in interface dev.voidframework.vfs.engine.VirtualFileStorage
Stores the given file content on the storage.
storeFile(String, String, InputStream, Properties) - Method in class dev.voidframework.vfs.engine.DiskVirtualFileStorage
 
storeFile(String, String, InputStream, Properties) - Method in class dev.voidframework.vfs.engine.MemoryVirtualFileStorage
 
storeFile(String, String, InputStream, Properties) - Method in interface dev.voidframework.vfs.engine.VirtualFileStorage
Stores the given file content on the storage.

V

VirtualFileStorage - Interface in dev.voidframework.vfs.engine
Allows manipulation of files without worrying about the type of storage.
VirtualFileStorageException - Exception in dev.voidframework.vfs.exception
All exceptions thrown by the VFS feature are subclasses of VirtualFileStorageException.
VirtualFileStorageException(String) - Constructor for exception dev.voidframework.vfs.exception.VirtualFileStorageException
Build a new instance.
VirtualFileStorageException(String, Throwable) - Constructor for exception dev.voidframework.vfs.exception.VirtualFileStorageException
Build a new instance.
VirtualFileStorageException.CantInstantiateEngine - Exception in dev.voidframework.vfs.exception
Exception indicates that VFS engine can't be instantiated.
VirtualFileStorageException.EngineNotFound - Exception in dev.voidframework.vfs.exception
Exception indicates that no VFS configuration have been found.
VirtualFileStorageException.NotConfigured - Exception in dev.voidframework.vfs.exception
Exception indicates that no VFS configuration have been found.
VirtualFileStorageModule - Class in dev.voidframework.vfs.module
Virtual File Storage Module.
VirtualFileStorageModule(Config) - Constructor for class dev.voidframework.vfs.module.VirtualFileStorageModule
Build a new instance.
VirtualFileStorageProvider - Class in dev.voidframework.vfs.module
Virtual File Storage provider.
VirtualFileStorageProvider(Class<? extends VirtualFileStorage>, Config) - Constructor for class dev.voidframework.vfs.module.VirtualFileStorageProvider
Build a new instance.
C D E G M N R S V 
All Classes and Interfaces|All Packages|Serialized Form