public interface IndexPacker
IndexUpdater.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE |
| Modifier and Type | Method and Description |
|---|---|
void |
packIndex(IndexPackingRequest request)
Pack a context into a target directory.
|
void packIndex(IndexPackingRequest request) throws java.io.IOException, java.lang.IllegalArgumentException
context - the context to pack-uptargetDir - the directory where to write results, has to be non-nulljava.lang.IllegalArgumentException - when the targetDir already exists and is not a writable directory.java.io.IOException - on lethal IO problem