Class ClassFileScannerPlugin
java.lang.Object
com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin<com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource,ClassFileDescriptor>
com.buschmais.jqassistant.plugin.java.impl.scanner.ClassFileScannerPlugin
- All Implemented Interfaces:
com.buschmais.jqassistant.core.scanner.api.ScannerPlugin<com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource,,ClassFileDescriptor> com.buschmais.jqassistant.core.shared.lifecycle.ContextualConfigurableLifecycleAware<com.buschmais.jqassistant.core.scanner.api.ScannerContext,,Map<String, Object>> com.buschmais.jqassistant.core.shared.lifecycle.LifecycleAware
public class ClassFileScannerPlugin
extends com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin<com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource,ClassFileDescriptor>
Implementation of the
AbstractScannerPlugin for Java classes.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.buschmais.jqassistant.core.scanner.api.ScannerPlugin
com.buschmais.jqassistant.core.scanner.api.ScannerPlugin.Requires -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccepts(com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource file, String path, com.buschmais.jqassistant.core.scanner.api.Scope scope) scan(com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource file, String path, com.buschmais.jqassistant.core.scanner.api.Scope scope, com.buschmais.jqassistant.core.scanner.api.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
-
Field Details
-
CAFEBABE
public static final byte[] CAFEBABE
-
-
Constructor Details
-
ClassFileScannerPlugin
public ClassFileScannerPlugin()
-
-
Method Details
-
accepts
public boolean accepts(com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource file, String path, com.buschmais.jqassistant.core.scanner.api.Scope scope) throws IOException - Throws:
IOException
-
scan
public ClassFileDescriptor scan(com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource file, String path, com.buschmais.jqassistant.core.scanner.api.Scope scope, com.buschmais.jqassistant.core.scanner.api.Scanner scanner) throws IOException - Throws:
IOException
-