public interface DumpDestination
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
add(String name)
Create new entry in dump destination.
|
void |
save()
Complete creation of the dump.
|
OutputStream add(String name) throws Exception
name - Name of file in destination.Exception - When entry cannot be added.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.