public interface RemoveWriter
| Modifier and Type | Interface and Description |
|---|---|
static class |
RemoveWriter.Asto
Implementation of
RemoveWriter for abstract storage. |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
delete(Path source,
Path out,
Map<String,Set<String>> todelete)
Rewrites source index file avoiding writing down info about charts which
contains in charts collection.
|
CompletionStage<Void> delete(Path source, Path out, Map<String,Set<String>> todelete)
source - Path to temporary file with indexout - Path to temporary file in which new index would be writtentodelete - Collection with charts with specified versions which should be deletedCopyright © 2012–2021 jcabi.com. All rights reserved.