public final class Export extends Object
The format in which the script is invoked is as follows: export –h host –p port –l login -P password [-mp
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
doExport(SchedulerManager manager,
boolean config,
boolean drivers,
boolean plugins,
boolean exportWithProperties,
boolean permissions,
String metadataPassword) |
static byte[] |
doExport(SchedulerManager manager,
Collection<String> projects,
boolean config,
boolean drivers,
boolean plugins,
boolean exportWithProperties,
boolean permissions,
String metadataPassword) |
static byte[] |
doExport(SchedulerManager manager,
Map<String,Map<String,Set<String>>> elements,
boolean exportDependencies,
boolean config,
boolean drivers,
boolean plugins,
boolean exportWithProperties,
boolean permissions,
String metadataPassword) |
static void |
main(String[] args) |
public static byte[] doExport(SchedulerManager manager, boolean config, boolean drivers, boolean plugins, boolean exportWithProperties, boolean permissions, String metadataPassword) throws InternalErrorException, ConnectException
public static byte[] doExport(SchedulerManager manager, Collection<String> projects, boolean config, boolean drivers, boolean plugins, boolean exportWithProperties, boolean permissions, String metadataPassword) throws InternalErrorException, ConnectException
public static byte[] doExport(SchedulerManager manager, Map<String,Map<String,Set<String>>> elements, boolean exportDependencies, boolean config, boolean drivers, boolean plugins, boolean exportWithProperties, boolean permissions, String metadataPassword) throws InternalErrorException, ConnectException
public static void main(String[] args)
Copyright © 2024 Denodo Technologies. All rights reserved.