T - type of created descriptorspublic interface ArtifactDescriptorFactory<T extends ArtifactDescriptor>
| Modifier and Type | Method and Description |
|---|---|
T |
create(File artifactFolder)
Creates an artifact descriptor from a folder.
|
T create(File artifactFolder) throws ArtifactDescriptorCreateException
artifactFolder - an existing folder containing artifact filesArtifactDescriptorCreateException - if the factory is not able to create a descriptor from the folder.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.