IsoSaveOptions
Inheritance: java.lang.Object
public class IsoSaveOptions
Options for saving an ISO archive.
Constructors
Constructor | Description |
---|---|
IsoSaveOptions() |
Methods
Method | Description |
---|---|
getEventsBag() | Gets the container of events raising on archive saving. |
setEventsBag(EventsBagIso value) | Sets the container of events raising on archive saving. |
IsoSaveOptions()
public IsoSaveOptions()
getEventsBag()
public final EventsBagIso getEventsBag()
Gets the container of events raising on archive saving.
Returns: EventsBagIso - the container of events raising on archive saving
setEventsBag(EventsBagIso value)
public final void setEventsBag(EventsBagIso value)
Sets the container of events raising on archive saving.
Parameters:
Parameter | Type | Description |
---|---|---|
value | EventsBagIso | the container of events raising on archive saving |