Class ClassTypeScannerPlugin

java.lang.Object
com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin<Class<?>,ClassFileDescriptor>
com.buschmais.jqassistant.plugin.java.impl.scanner.ClassTypeScannerPlugin
All Implemented Interfaces:
com.buschmais.jqassistant.core.scanner.api.ScannerPlugin<Class<?>,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 ClassTypeScannerPlugin extends com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin<Class<?>,ClassFileDescriptor>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.buschmais.jqassistant.core.scanner.api.ScannerPlugin

    com.buschmais.jqassistant.core.scanner.api.ScannerPlugin.Requires
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accepts(Class<?> item, String path, com.buschmais.jqassistant.core.scanner.api.Scope scope)
     
    scan(Class<?> item, 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, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.buschmais.jqassistant.core.scanner.api.ScannerPlugin

    destroy, initialize
  • Constructor Details

    • ClassTypeScannerPlugin

      public ClassTypeScannerPlugin()
  • Method Details