Uses of Interface
io.protostuff.compiler.parser.FileReader
-
Packages that use FileReader Package Description io.protostuff.compiler.parser -
-
Uses of FileReader in io.protostuff.compiler.parser
Classes in io.protostuff.compiler.parser that implement FileReader Modifier and Type Class Description classClasspathFileReaderFile reader that can load files from classpath.classCompositeFileReaderFile reader that can read data from multiple sources - classpath, local file system, etc.classLocalFileReaderLoad file from local filesystem.classMultiPathFileReaderFile reader implementation that can do file lookup in multiple folders.Methods in io.protostuff.compiler.parser that return FileReader Modifier and Type Method Description FileReaderFileReaderFactory. create(List<Path> includePathList)FileReaderProtoContext. getFileReader()Methods in io.protostuff.compiler.parser with parameters of type FileReader Modifier and Type Method Description ProtoContextImporter. importFile(FileReader fileReader, String fileName)ProtoContextImporterImpl. importFile(FileReader reader, String fileName)ProtoContextFileDescriptorLoader. load(FileReader reader, String filename)ProtoContextFileDescriptorLoaderImpl. load(FileReader reader, String filename)voidProtoContext. setFileReader(FileReader fileReader)Constructors in io.protostuff.compiler.parser with parameters of type FileReader Constructor Description CompositeFileReader(FileReader... delegates)Constructor parameters in io.protostuff.compiler.parser with type arguments of type FileReader Constructor Description CompositeFileReader(List<FileReader> delegateList)
-