Uses of Interface
org.mule.module.launcher.artifact.Artifact

Packages that use Artifact
org.mule.module.launcher   
org.mule.module.launcher.application   
org.mule.module.launcher.artifact   
org.mule.module.launcher.domain   
 

Uses of Artifact in org.mule.module.launcher
 

Classes in org.mule.module.launcher with type parameters of type Artifact
 class ArchiveDeployer<T extends Artifact>
          Deployer of an artifact within mule container.
 interface ArtifactDeployer<T extends Artifact>
          Deployes and Undeploys artifacts in the container.
 class DefaultArtifactDeployer<T extends Artifact>
           
 

Methods in org.mule.module.launcher with type parameters of type Artifact
<T extends Artifact>
T
DeploymentDirectoryWatcher.findArtifact(String artifactName, ObservableList<T> artifacts)
           
 

Methods in org.mule.module.launcher with parameters of type Artifact
 void DefaultArtifactDeployer.deploy(Artifact artifact)
           
 void DefaultArtifactDeployer.undeploy(Artifact artifact)
           
 

Uses of Artifact in org.mule.module.launcher.application
 

Subinterfaces of Artifact in org.mule.module.launcher.application
 interface Application
           
 

Classes in org.mule.module.launcher.application that implement Artifact
 class ApplicationWrapper
          Decorates the target deployer to properly switch out context classloader for deployment one where applicable.
 class DefaultMuleApplication
           
 

Uses of Artifact in org.mule.module.launcher.artifact
 

Classes in org.mule.module.launcher.artifact with type parameters of type Artifact
 interface ArtifactFactory<T extends Artifact>
          Generic Factory for an Artifact.
 class ArtifactWrapper<T extends Artifact>
          Decorates the target deployer to properly switch out context classloader for deployment one where applicable.
 

Classes in org.mule.module.launcher.artifact that implement Artifact
 class ArtifactWrapper<T extends Artifact>
          Decorates the target deployer to properly switch out context classloader for deployment one where applicable.
 

Uses of Artifact in org.mule.module.launcher.domain
 

Subinterfaces of Artifact in org.mule.module.launcher.domain
 interface Domain
          A domain is a deployable Artifact that contains shared resources for Application

A domain can just consist of a set of jar libraries to share between the domain applications or it can also contain shared resources such as connectors or other mule components.

 

Classes in org.mule.module.launcher.domain that implement Artifact
 class DefaultMuleDomain
           
 class DomainWrapper
          Domain wrapper used to notify domain factory that a domain has been disposed.
 



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