public ExportOptionssetOverwriteJar(boolean overwriteJar)
overwritesJar
public boolean overwritesJar()
Returns:
A boolean setting indicating whether the export output jar
may be overwritten. If set to false, attempt to overwrite
an existing jar will result in an exception.
setIncludeConfiguration
public ExportOptionssetIncludeConfiguration(boolean includeConfiguration)
setSessionOnly
public ExportOptionssetSessionOnly(boolean sessionOnly)
includesConfiguration
public boolean includesConfiguration()
Returns:
A boolean setting indicating whether configuration artifacts
(i.e. SPACE, SOURCES, SERVICE and ACCOUNT files) should be also exported.
isSessionOnly
public boolean isSessionOnly()
Returns:
A boolean setting indicating whether the export should only
include artifacts within the user-defined session, as opposed to
artifacts within the core.
If the export is applied on the core session this setting is ignored.
getPassphrase
public java.lang.String getPassphrase()
Returns:
the passphrase used to encrypt the usernames
and the password in exported service accounts.
This setting is not used if service accounts are not exported.
setPassphrase
public void setPassphrase(java.lang.String passphrase)