org.mule.module.launcher.application
Interface ApplicationFactory

All Superinterfaces:
ArtifactFactory<Application>
All Known Implementing Classes:
DefaultApplicationFactory

public interface ApplicationFactory
extends ArtifactFactory<Application>

Creates Application instances


Method Summary
 Application createArtifact(String artifactName)
          Creates an application
 
Methods inherited from interface org.mule.module.launcher.artifact.ArtifactFactory
getArtifactDir
 

Method Detail

createArtifact

Application createArtifact(String artifactName)
                           throws IOException
Creates an application

Specified by:
createArtifact in interface ArtifactFactory<Application>
Parameters:
artifactName - the name of the application to create
Returns:
the application instance that corresponds to the given name
Throws:
IOException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.