Uses of Class
uno.anahata.ai.tools.spi.pojos.FileInfo
Packages that use FileInfo
Package
Description
Provides a Service Provider Interface (SPI) with a collection of pre-built, general-purpose local tools.
-
Uses of FileInfo in uno.anahata.ai.tools.spi
Methods in uno.anahata.ai.tools.spi that return FileInfoModifier and TypeMethodDescriptionstatic FileInfoLocalFiles.appendToFile(String path, String content) Appends content to the end of a file.static FileInfoLocalFiles.createFile(String path, String content) Creates a new file with the given content.static FileInfoReads a text file and returns aFileInfoobject.static FileInfoWrites content to an existing file, using optimistic locking.
