public class ExportOptions
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ExportOptions.Builder
Allows to construct new instances of
ExportOptions |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMetadataPassword()
Obtains password to encrypt sensitive metadata Value is optional and can be null
|
int |
hashCode() |
boolean |
isConfig()
Obtains if config should be exported
|
boolean |
isDrivers()
Obtains if drivers should be exported
|
boolean |
isExportAsXML()
Obtains if it should be exported as XML
|
boolean |
isExportDependencies()
Obtains if dependencies should be exported
|
boolean |
isExportWithProperties()
Obtains if properties should be exported
|
boolean |
isPermissions()
Obtains if permissions should be exported
|
boolean |
isPlugins()
Obtains if plugins sholud be exported
|
java.lang.String |
toString() |
public boolean isExportAsXML()
public boolean isExportDependencies()
public boolean isConfig()
public boolean isDrivers()
public boolean isPlugins()
public boolean isExportWithProperties()
public boolean isPermissions()
public java.lang.String getMetadataPassword()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2024 Denodo Technologies. All rights reserved.