public class TychoProjectScannerPlugin
extends com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin<org.apache.maven.project.MavenProject,com.buschmais.jqassistant.plugin.maven3.api.model.MavenProjectDirectoryDescriptor>
ScannerPlugin
for tycho projectsConstructor and Description |
---|
TychoProjectScannerPlugin() |
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(org.apache.maven.project.MavenProject item,
String path,
com.buschmais.jqassistant.core.scanner.api.Scope scope) |
protected org.codehaus.plexus.components.io.resources.PlexusIoFileResourceCollection |
getResourceFileCollection(File basedir,
List<String> includes,
List<String> excludes) |
com.buschmais.jqassistant.plugin.maven3.api.model.MavenProjectDirectoryDescriptor |
scan(org.apache.maven.project.MavenProject project,
String path,
com.buschmais.jqassistant.core.scanner.api.Scope scope,
com.buschmais.jqassistant.core.scanner.api.Scanner scanner) |
configure, configure, equals, getBooleanProperty, getDescriptorType, getDirectoryPath, getProperties, getProperty, getScannerContext, getStringProperty, getType, getTypeParameter, hashCode, initialize
public boolean accepts(org.apache.maven.project.MavenProject item, String path, com.buschmais.jqassistant.core.scanner.api.Scope scope) throws IOException
IOException
public com.buschmais.jqassistant.plugin.maven3.api.model.MavenProjectDirectoryDescriptor scan(org.apache.maven.project.MavenProject project, String path, com.buschmais.jqassistant.core.scanner.api.Scope scope, com.buschmais.jqassistant.core.scanner.api.Scanner scanner) throws IOException
IOException
protected org.codehaus.plexus.components.io.resources.PlexusIoFileResourceCollection getResourceFileCollection(File basedir, List<String> includes, List<String> excludes)
PlexusIoFileResourceCollection
with the given includes
and excludes and the configured default excludes. An empty list
of includes leads to an empty collection.Copyright © 2016 buschmais GbR. All rights reserved.