public class MavenRepositoryScannerPlugin extends com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin<URL,MavenRepositoryDescriptor>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_M2REPO_DIR |
| Constructor and Description |
|---|
MavenRepositoryScannerPlugin() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(URL item,
String path,
com.buschmais.jqassistant.core.scanner.api.Scope scope) |
protected void |
initialize() |
MavenRepositoryDescriptor |
scan(URL item,
String path,
com.buschmais.jqassistant.core.scanner.api.Scope scope,
com.buschmais.jqassistant.core.scanner.api.Scanner scanner) |
MavenRepositoryDescriptor |
scanRepository(URL item,
com.buschmais.jqassistant.core.scanner.api.Scanner scanner,
MavenIndex mavenIndex,
ArtifactResolver artifactResolver)
Scans a Repository.
|
public static final String DEFAULT_M2REPO_DIR
public boolean accepts(URL item, String path, com.buschmais.jqassistant.core.scanner.api.Scope scope) throws IOException
IOExceptionprotected void initialize()
initialize in class com.buschmais.jqassistant.plugin.common.api.scanner.AbstractScannerPlugin<URL,MavenRepositoryDescriptor>public MavenRepositoryDescriptor scan(URL item, String path, com.buschmais.jqassistant.core.scanner.api.Scope scope, com.buschmais.jqassistant.core.scanner.api.Scanner scanner) throws IOException
IOExceptionpublic MavenRepositoryDescriptor scanRepository(URL item, com.buschmais.jqassistant.core.scanner.api.Scanner scanner, MavenIndex mavenIndex, ArtifactResolver artifactResolver) throws IOException
item - the URLscanner - the ScannermavenIndex - the MavenIndexartifactResolver - the ArtifactResolverIOExceptionCopyright © 2015 buschmais GbR. All rights reserved.