public interface ApplicationService
ArtifactClassLoader from the location of the application (exploded or the jar).| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.deployment.model.internal.tooling.ToolingArtifactClassLoader |
createApplicationClassLoader(String applicationName,
File applicationLocation,
File workingDirectory)
Creates an
ArtifactClassLoader from the given application location, could be the jar file or the exploded directory. |
org.mule.runtime.deployment.model.internal.tooling.ToolingArtifactClassLoader createApplicationClassLoader(String applicationName, File applicationLocation, File workingDirectory) throws IOException
ArtifactClassLoader from the given application location, could be the jar file or the exploded directory.applicationName - name for the application.applicationLocation - location of the application as jar or exploded.workingDirectory - to be used by deployment to write or copy files.ToolingArtifactClassLoader for the given application.IOException - if there was an error while creating the ToolingArtifactClassLoaderCopyright © 2017 MuleSoft, Inc.. All rights reserved.