|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICommonOptions
This interface represents the set of BIAR options that are common to both export and import operations.
| Method Summary | |
|---|---|
java.lang.String |
getBIARPassword()
Gets the password that will be used to encrypt/decrypt the BIAR file contents. |
boolean |
isIncludeSecurity()
Returns the value of the "Include security" option. |
ICommonOptions |
setBIARPassword(java.lang.String password)
Sets the password that will be used to encrypt/decrypt the BIAR file contents. |
ICommonOptions |
setFrom(ICommonOptions options)
Copies the values from the specified set of options into this object. |
ICommonOptions |
setIncludeSecurity(boolean includeSecurity)
Sets the value of the "Include security" option. |
| Method Detail |
|---|
java.lang.String getBIARPassword()
boolean isIncludeSecurity()
ICommonOptions.setIncludeSecurity(boolean)ICommonOptions setIncludeSecurity(boolean includeSecurity)
If set to false during export, security information is not included in the archive and cannot be reconstructed from the archive when the objects are imported. If set to false during import, then all security information included in the archive is ignored.
includeSecurity - the value for the "Include security" option
ICommonOptions setFrom(ICommonOptions options)
options - the object that contains the options to be copied
ICommonOptions setBIARPassword(java.lang.String password)
password - The password that will be used for the BIAR file.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||