Uses of Interface
io.vertigo.datastore.filestore.model.VFile
-
Packages that use VFile Package Description io.vertigo.datastore.filestore.model io.vertigo.datastore.filestore.util io.vertigo.datastore.impl.filestore.model -
-
Uses of VFile in io.vertigo.datastore.filestore.model
Methods in io.vertigo.datastore.filestore.model that return VFile Modifier and Type Method Description VFileFileInfo. getVFile() -
Uses of VFile in io.vertigo.datastore.filestore.util
Methods in io.vertigo.datastore.filestore.util with parameters of type VFile Modifier and Type Method Description static PathVFileUtil. obtainReadOnlyPath(VFile vFile) -
Uses of VFile in io.vertigo.datastore.impl.filestore.model
Classes in io.vertigo.datastore.impl.filestore.model that implement VFile Modifier and Type Class Description classFSFileReprésentation d'un fichier créé à partir d'un FileSystem.classStreamFileVFile implementation from a provided InputStreamBuilder.Methods in io.vertigo.datastore.impl.filestore.model that return VFile Modifier and Type Method Description VFileAbstractFileInfo. getVFile()Constructors in io.vertigo.datastore.impl.filestore.model with parameters of type VFile Constructor Description AbstractFileInfo(FileInfoDefinition fileInfoDefinition, VFile vFile)Constructor.
-