Class TarFileScannerPlugin
java.lang.Object
com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin<FileResource,TarArchiveDescriptor>
com.buschmais.jqassistant.plugin.common.impl.scanner.TarFileScannerPlugin
- All Implemented Interfaces:
ScannerPlugin<FileResource,,TarArchiveDescriptor> com.buschmais.jqassistant.core.shared.lifecycle.ContextualConfigurableLifecycleAware<ScannerContext,,Map<String, Object>> com.buschmais.jqassistant.core.shared.lifecycle.LifecycleAware
Scanner plugin for TAR 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
-
TarFileScannerPlugin
public TarFileScannerPlugin()
-
-
Method Details
-
accepts
- Throws:
IOException
-
scan
public TarArchiveDescriptor scan(FileResource item, String path, Scope scope, Scanner scanner) throws IOException - Throws:
IOException
-