Uses of Class
de.xima.fc.gui.common.model.file.TextFileSystemViewCrudMapAdapter.Builder
Packages that use TextFileSystemViewCrudMapAdapter.Builder
-
Uses of TextFileSystemViewCrudMapAdapter.Builder in de.xima.fc.gui.common.model.file
Methods in de.xima.fc.gui.common.model.file that return TextFileSystemViewCrudMapAdapter.BuilderModifier and TypeMethodDescriptionstatic <Entry> TextFileSystemViewCrudMapAdapter.Builder<Entry> TextFileSystemViewCrudMapAdapter.builder(ISerializableFunction<Entry, String> entryEncoder, ISerializableFunction<String, Entry> entryDecoder) Creates a new builder for aTextFileSystemViewCrudMapAdapter, using the given encoder and decoder to convert between a file ID and a file system entry.Sets the charset to use for encoding and decoding the binary data to / from strings.TextFileSystemViewCrudMapAdapter.Builder.fileSystem(ICommonFileSystem<Entry> fileSystem) Sets the file system with the text files.