public class ImportOptions extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ImportOptions.Builder
Allows to construct new instances of
ImportOptions |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMetadataPassword()
Obtains password to decrypt sensitive metadata
|
int |
hashCode() |
boolean |
isIgnoreCustomPasswordPrefix()
Obtains if the custom password prefix should be ignored when importing
|
boolean |
isReplaceDataSources()
Obtains if dataSource should be replaced
|
boolean |
isReplaceDrivers()
Obtains if drivers should be replaced
|
boolean |
isReplaceJobs()
Obtains if jobs should be replaced
|
boolean |
isReplacePlugins() |
String |
toString() |
public boolean isReplaceJobs()
public boolean isReplaceDataSources()
public boolean isReplacePlugins()
public boolean isReplaceDrivers()
public String getMetadataPassword()
public boolean isIgnoreCustomPasswordPrefix()
Copyright © 2025 Denodo Technologies. All rights reserved.