Class FileResourceScannerPlugin
java.lang.Object
com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin<FileResource,FileDescriptor>
com.buschmais.jqassistant.plugin.common.impl.scanner.FileResourceScannerPlugin
- All Implemented Interfaces:
ScannerPlugin<FileResource,,FileDescriptor> com.buschmais.jqassistant.core.shared.lifecycle.ContextualConfigurableLifecycleAware<ScannerContext,,Map<String, Object>> com.buschmais.jqassistant.core.shared.lifecycle.LifecycleAware
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.buschmais.jqassistant.core.scanner.api.ScannerPlugin
ScannerPlugin.Requires -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccepts(FileResource item, String path, Scope scope) protected voidConvenience method which might be overridden by sub-classes.scan(FileResource item, String path, Scope scope, Scanner scanner) Methods inherited from class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin
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
-
Field Details
-
PROPERTY_INCLUDE
- See Also:
-
PROPERTY_EXCLUDE
- See Also:
-
-
Constructor Details
-
FileResourceScannerPlugin
public FileResourceScannerPlugin()
-
-
Method Details
-
configure
protected void configure()Description copied from class:AbstractScannerPluginConvenience method which might be overridden by sub-classes.- Overrides:
configurein classAbstractScannerPlugin<FileResource,FileDescriptor>
-
accepts
- Throws:
IOException
-
scan
public FileDescriptor scan(FileResource item, String path, Scope scope, Scanner scanner) throws IOException - Throws:
IOException
-