Package | Description |
---|---|
org.apache.maven.index |
Modifier and Type | Method and Description |
---|---|
ArtifactScanningListener |
ScanningRequest.getArtifactScanningListener() |
Modifier and Type | Method and Description |
---|---|
void |
NexusIndexer.scan(IndexingContext context,
ArtifactScanningListener listener)
Performs full scan (reindex) for the local repository belonging to supplied context.
|
void |
DefaultNexusIndexer.scan(IndexingContext context,
ArtifactScanningListener listener) |
void |
NexusIndexer.scan(IndexingContext context,
ArtifactScanningListener listener,
boolean update)
Performs optionally incremental scan (reindex) for the local repository, with listener.
|
void |
DefaultNexusIndexer.scan(IndexingContext context,
ArtifactScanningListener listener,
boolean update) |
void |
NexusIndexer.scan(IndexingContext context,
String fromPath,
ArtifactScanningListener listener,
boolean update)
Performs optionally incremental scan (reindex) for the local repository.
|
void |
DefaultNexusIndexer.scan(IndexingContext context,
String fromPath,
ArtifactScanningListener listener,
boolean update)
Uses
Scanner to scan repository content. |
Constructor and Description |
---|
ScanningRequest(IndexingContext context,
ArtifactScanningListener artifactScanningListener) |
ScanningRequest(IndexingContext context,
ArtifactScanningListener artifactScanningListener,
String startingPath) |
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.