public class DomainDescriptorParser extends Object
| Constructor and Description |
|---|
DomainDescriptorParser() |
| Modifier and Type | Method and Description |
|---|---|
DomainDescriptor |
parse(File location,
File descriptor,
String artifactName)
Parses an artifact descriptor and creates a
DeployableArtifactDescriptor with the information from the descriptor. |
public DomainDescriptor parse(File location, File descriptor, String artifactName) throws IOException
DeployableArtifactDescriptor with the information from the descriptor.location - the location of the artifact. This is the folder where the artifact content is stored.descriptor - file that contains the descriptor contentartifactName - name of the artifactIOExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.