public interface SynapseDependentArtifactExporter
| Modifier and Type | Method and Description |
|---|---|
CAppArtifactDependency |
export(org.apache.axiom.om.OMElement artifactDefinition,
CAppArtifactDependency synapseArtifactClone,
File workDir)
Exports the specified dependent artifact into the directory specified by
contentLocation argument.
|
CAppArtifactDependency export(org.apache.axiom.om.OMElement artifactDefinition, CAppArtifactDependency synapseArtifactClone, File workDir) throws Exception
artifactDefinition - artifact definition OMElement.synapseArtifactClone - clone of the synapse artifact from which this dependent
artifact was extracted from.workDir - temporary working directory.Exception - if an error occurs while exporting the artifact.Copyright © 2025 WSO2. All rights reserved.