public class ConfigurationExport extends Object
| Constructor and Description |
|---|
ConfigurationExport(ConfigurationControl control,
File exportPath,
Collection<String> pids)
Konstruktor führt den Export der angegebenen Konfigurationsbereiche durch.
|
public ConfigurationExport(ConfigurationControl control, File exportPath, Collection<String> pids) throws IOException, IllegalArgumentException
control - liefert die nötigen Zugriffsmethoden auf die KonfigurationexportPath - das Verzeichnis, in das die Versorgungsdateien exportiert werdenpids - die Pids der zu exportierenden KonfigurationsbereicheIOException - Falls die Versorgungsdatei nicht geschrieben werden kann.IllegalArgumentException - Falls zu einer angegebenen Pid kein Konfigurationsbereich existiert.