Uses of Interface
adams.core.io.filesearch.FileSearchHandler
-
Packages that use FileSearchHandler Package Description adams.core.io.filesearch adams.flow.transformer adams.gui.tools -
-
Uses of FileSearchHandler in adams.core.io.filesearch
Subinterfaces of FileSearchHandler in adams.core.io.filesearch Modifier and Type Interface Description interfaceRegExpFileSearchHandlerInterface for file search handlers that handle regular expression matching.Classes in adams.core.io.filesearch that implement FileSearchHandler Modifier and Type Class Description classAbstractFileSearchHandlerAncestor for search handlers.classAbstractFileSearchHandlerWithEncodingAncestor for file search handlers that use file encodings.classAbstractMetaFileSearchHandlerAncestor for file search handlers that use the base handler to do the actual search.classAbstractMetaFileSearchHandlerWithEncodingAncestor for file search handlers that use file encodings.classBzip2FileSearchHandlerSearches bzip2-compressed (text) files.classGzipFileSearchHandlerSearches gzip-compressed (text) files.classLzfFileSearchHandlerSearches lzf-compressed (text) files.classLzmaFileSearchHandlerSearches lzma-compressed (text) files.classRarFileSearchHandlerSearches rar-compressed (text) files.classTextFileSearchHandlerSearches text files, skips binary files.classXzFileSearchHandlerSearches xz-compressed (text) files.classZipFileSearchHandlerSearches zip-compressed (text) files.classZstdFileSearchHandlerSearches zstd-compressed (text) files.Methods in adams.core.io.filesearch that return FileSearchHandler Modifier and Type Method Description static FileSearchHandlerAbstractFileSearchHandler. getHandlerForFile(String file)Returns the best-suited handler for the file.FileSearchHandlerAbstractFileSearchHandler. shallowCopy()Returns a shallow copy of itself.FileSearchHandlerAbstractFileSearchHandler. shallowCopy(boolean expand)Returns a shallow copy of itself. -
Uses of FileSearchHandler in adams.flow.transformer
Fields in adams.flow.transformer declared as FileSearchHandler Modifier and Type Field Description protected FileSearchHandlerFindInFile. m_ActualHandlerthe actual handler in use.protected FileSearchHandlerFindInFile. m_CustomHandlerthe handler to use.Methods in adams.flow.transformer that return FileSearchHandler Modifier and Type Method Description FileSearchHandlerFindInFile. getCustomHandler()Returns the file search handler to use.Methods in adams.flow.transformer with parameters of type FileSearchHandler Modifier and Type Method Description voidFindInFile. setCustomHandler(FileSearchHandler value)Sets the file search handler to use. -
Uses of FileSearchHandler in adams.gui.tools
Fields in adams.gui.tools declared as FileSearchHandler Modifier and Type Field Description protected FileSearchHandlerFindInFilesPanel. m_CurrentHandlerthe current search handler.
-