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 VFile
FileInfo. 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 Path
VFileUtil. 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 class
FSFile
Représentation d'un fichier créé à partir d'un FileSystem.class
StreamFile
VFile implementation from a provided InputStreamBuilder.Methods in io.vertigo.datastore.impl.filestore.model that return VFile Modifier and Type Method Description VFile
AbstractFileInfo. getVFile()
Constructors in io.vertigo.datastore.impl.filestore.model with parameters of type VFile Constructor Description AbstractFileInfo(FileInfoDefinition fileInfoDefinition, VFile vFile)
Constructor.
-