IsoSaveOptions

Inheritance: java.lang.Object

public class IsoSaveOptions

Options for saving an ISO archive.

Constructors

ConstructorDescription
IsoSaveOptions()

Methods

MethodDescription
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:

ParameterTypeDescription
valueEventsBagIsothe container of events raising on archive saving