public class XmlFileScannerPlugin extends AbstractXmlFileScannerPlugin<XmlFileDescriptor>
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_EXCLUDE |
static String |
PROPERTY_INCLUDE |
Constructor and Description |
---|
XmlFileScannerPlugin() |
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource item,
String path,
com.buschmais.jqassistant.core.scanner.api.Scope scope) |
protected void |
configure() |
XmlFileDescriptor |
scan(com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource item,
XmlFileDescriptor descriptor,
String path,
com.buschmais.jqassistant.core.scanner.api.Scope scope,
com.buschmais.jqassistant.core.scanner.api.Scanner scanner) |
getDescriptorType, getType, scan
public static final String PROPERTY_INCLUDE
public static final String PROPERTY_EXCLUDE
protected void configure()
configure
in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin<com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource,XmlFileDescriptor>
public boolean accepts(com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource item, String path, com.buschmais.jqassistant.core.scanner.api.Scope scope) throws IOException
IOException
public XmlFileDescriptor scan(com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource item, XmlFileDescriptor descriptor, String path, com.buschmais.jqassistant.core.scanner.api.Scope scope, com.buschmais.jqassistant.core.scanner.api.Scanner scanner) throws IOException
scan
in class AbstractXmlFileScannerPlugin<XmlFileDescriptor>
IOException
Copyright © 2016 buschmais GbR. All rights reserved.