Class GZIPFileScannerPlugin
java.lang.Object
com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin<FileResource,GZipFileDescriptor>
com.buschmais.jqassistant.plugin.common.impl.scanner.GZIPFileScannerPlugin
- All Implemented Interfaces:
ScannerPlugin<FileResource,,GZipFileDescriptor> com.buschmais.jqassistant.core.shared.lifecycle.ContextualConfigurableLifecycleAware<ScannerContext,,Map<String, Object>> com.buschmais.jqassistant.core.shared.lifecycle.LifecycleAware
Scanner plugin for GZipped file resources.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.buschmais.jqassistant.core.scanner.api.ScannerPlugin
ScannerPlugin.Requires -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccepts(FileResource item, String path, Scope scope) scan(FileResource item, String path, Scope scope, Scanner scanner) Methods inherited from class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
configure, configure, equals, getBooleanProperty, getDescriptorType, getDirectoryPath, getName, getProperties, getProperty, getScannerContext, getStringProperty, getType, getTypeParameter, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.buschmais.jqassistant.core.scanner.api.ScannerPlugin
destroy, initialize
-
Constructor Details
-
GZIPFileScannerPlugin
public GZIPFileScannerPlugin()
-
-
Method Details
-
accepts
- Throws:
IOException
-
scan
public GZipFileDescriptor scan(FileResource item, String path, Scope scope, Scanner scanner) throws IOException - Throws:
IOException
-