Package com.aspose.zip
Class XarSaveOptions
- java.lang.Object
-
- com.aspose.zip.XarSaveOptions
-
public class XarSaveOptions extends Object
Options for saving a xar archive.
-
-
Constructor Summary
Constructors Constructor Description XarSaveOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventsBagXargetEventsBag()Gets container of events raising on archive saving.voidsetEventsBag(EventsBagXar value)Sets container of events raising on archive saving.
-
-
-
Method Detail
-
getEventsBag
public final EventsBagXar getEventsBag()
Gets container of events raising on archive saving.
- Returns:
- the container of events raising on archive saving
-
setEventsBag
public final void setEventsBag(EventsBagXar value)
Sets container of events raising on archive saving.
- Parameters:
value- the container of events raising on archive saving
-
-