@MetaInfServices(value=Service.class) @Alias(value="CADP") @ServiceStatus(value=DEVELOPMENT) public class CADPExportService extends Object implements Service
Constructor and Description |
---|
CADPExportService() |
Modifier and Type | Method and Description |
---|---|
void |
export(CADPExportConfig config,
String fileheadname)
Exports the necessary files for CADP
|
void |
run(CADPExportConfig config,
String fileheadname) |
public void run(CADPExportConfig config, String fileheadname) throws IOException, GsException
IOException
GsException
public void export(CADPExportConfig config, String fileheadname) throws GsException, IOException
config
- the configuration of the compositionfileheadname
- the name of the bundle (zip) fileGsException
IOException
Copyright © 2005–2020. All rights reserved.