public class ClassTypeScannerPlugin extends com.buschmais.jqassistant.plugin.common.api.scanner.AbstractResourceScannerPlugin<Class<?>,ClassFileDescriptor>
| Constructor and Description |
|---|
ClassTypeScannerPlugin() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Class<?> item,
String path,
com.buschmais.jqassistant.core.scanner.api.Scope scope) |
ClassFileDescriptor |
scan(Class<?> item,
String path,
com.buschmais.jqassistant.core.scanner.api.Scope scope,
com.buschmais.jqassistant.core.scanner.api.Scanner scanner) |
getDescriptorType, getType, slashify, toFileDescriptorpublic boolean accepts(Class<?> item, String path, com.buschmais.jqassistant.core.scanner.api.Scope scope) throws IOException
IOExceptionpublic ClassFileDescriptor scan(Class<?> item, String path, com.buschmais.jqassistant.core.scanner.api.Scope scope, com.buschmais.jqassistant.core.scanner.api.Scanner scanner) throws IOException
IOExceptionCopyright © 2015 buschmais GbR. All rights reserved.