Uses of Class
com.yahoo.config.application.api.ApplicationFile
Packages that use ApplicationFile
-
Uses of ApplicationFile in com.yahoo.config.application.api
Methods in com.yahoo.config.application.api that return ApplicationFileModifier and TypeMethodDescriptionabstract ApplicationFileApplicationFile.appendFile(String value) Appends the given string to this text file.abstract ApplicationFileApplicationFile.createDirectory()Creates a directory at the path represented by this file.abstract ApplicationFileApplicationFile.delete()Deletes the file pointed to by this.default ApplicationFileApplicationPackage.getClientSecurityFile()Returns handle for the file containing client certificate authoritiesApplicationPackage.getFile(com.yahoo.path.Path relativePath) Returns information about a fileabstract ApplicationFileApplicationFile.writeFile(InputStream input) Writes the contents of the supplied input stream to this file.abstract ApplicationFileWrites the contents from supplied reader to this file.Methods in com.yahoo.config.application.api that return types with arguments of type ApplicationFileModifier and TypeMethodDescriptionApplicationFile.listFiles()Lists the files under this directory.ApplicationFile.listFiles(boolean recurse) Lists the files in this directory, optionally lists files for subdirectories recursively as well.abstract List<ApplicationFile>ApplicationFile.listFiles(ApplicationFile.PathFilter filter) Lists the files under this directory. -
Uses of ApplicationFile in com.yahoo.config.model.api
Methods in com.yahoo.config.model.api with parameters of type ApplicationFileModifier and TypeMethodDescriptionstatic OnnxMemoryStatsOnnxMemoryStats.fromJson(ApplicationFile file) voidOnnxModelCost.Calculator.registerModel(ApplicationFile path, OnnxModelOptions onnxModelOptions) voidOnnxModelCost.DisabledOnnxModelCost.registerModel(ApplicationFile path, OnnxModelOptions onnxModelOptions)