public class ResourceSavingArgs extends Object
Provides data for ResourceSaving event.
Modifier and Type | Method and Description |
---|---|
Document |
getDocument()
Gets the saving document.
|
String |
getFileName()
Gets the file name.
|
boolean |
getKeepStreamOpen()
Gets or sets a value indicating whether keep stream open.
|
OutputStream |
getStream()
Gets or sets the stream used to store the resource.
|
String |
getUri()
Gets or sets the uri to access stored resource.
|
void |
setKeepStreamOpen(boolean value)
Gets or sets a value indicating whether keep stream open.
|
void |
setStream(OutputStream value)
Gets or sets the stream used to store the resource.
|
void |
setUri(String value)
Gets or sets the uri to access stored resource.
|
public final Document getDocument()
Gets the saving document.
public final String getFileName()
Gets the file name.
public final OutputStream getStream()
Gets or sets the stream used to store the resource.
public final void setStream(OutputStream value)
Gets or sets the stream used to store the resource.
public final boolean getKeepStreamOpen()
Gets or sets a value indicating whether keep stream open.
public final void setKeepStreamOpen(boolean value)
Gets or sets a value indicating whether keep stream open.
public final String getUri()
Gets or sets the uri to access stored resource.
public final void setUri(String value)
Gets or sets the uri to access stored resource.