Uses of Interface
com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource
Packages that use FileResource
Package
Description
-
Uses of FileResource in com.buschmais.jqassistant.plugin.common.api.scanner
Methods in com.buschmais.jqassistant.plugin.common.api.scanner that return types with arguments of type FileResourceModifier and TypeMethodDescriptionClass<? extends FileResource>AbstractZipArchiveScannerPlugin.getType()Methods in com.buschmais.jqassistant.plugin.common.api.scanner with parameters of type FileResourceModifier and TypeMethodDescriptionbooleanAbstractZipArchiveScannerPlugin.accepts(FileResource file, String path, Scope scope) AbstractZipArchiveScannerPlugin.scan(FileResource file, String path, Scope currentScope, Scanner scanner) -
Uses of FileResource in com.buschmais.jqassistant.plugin.common.api.scanner.filesystem
Classes in com.buschmais.jqassistant.plugin.common.api.scanner.filesystem that implement FileResourceModifier and TypeClassDescriptionclassDeprecated.classAbstract base implementation of a file resource which uses a temporary file. -
Uses of FileResource in com.buschmais.jqassistant.plugin.common.impl.scanner
Classes in com.buschmais.jqassistant.plugin.common.impl.scanner that implement FileResourceModifier and TypeClassDescriptionclassImplementation of a file resource which wraps a buffered inputstream and allows re-using a once opened stream.Methods in com.buschmais.jqassistant.plugin.common.impl.scanner with parameters of type FileResourceModifier and TypeMethodDescriptionbooleanFileResourceScannerPlugin.accepts(FileResource item, String path, Scope scope) booleanGZIPFileScannerPlugin.accepts(FileResource item, String path, Scope scope) booleanTarFileScannerPlugin.accepts(FileResource item, String path, Scope scope) FileResourceScannerPlugin.scan(FileResource item, String path, Scope scope, Scanner scanner) GZIPFileScannerPlugin.scan(FileResource item, String path, Scope scope, Scanner scanner) TarFileScannerPlugin.scan(FileResource item, String path, Scope scope, Scanner scanner) Constructors in com.buschmais.jqassistant.plugin.common.impl.scanner with parameters of type FileResourceModifierConstructorDescriptionBufferedFileResource(FileResource fileResource) Constructor.BufferedFileResource(FileResource fileResource, int bufferSize) Constructor.