public interface BatchRunner
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BatchRunner.Batch
Defines a configuration batch that allows to execute configuration changes in a bulk-type manner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
runBatch(BatchRunner.Batch batch)
Provides support for batching configuration changes.
|
void runBatch(BatchRunner.Batch batch)
batch - Configuration batch change to executeCopyright © 2017 dcm4che.org. All rights reserved.