Uses of Class
org.wso2.carbon.application.deployer.config.Artifact

Packages that use Artifact
org.wso2.carbon.application.deployer   
org.wso2.carbon.application.deployer.config   
org.wso2.carbon.application.deployer.internal   
 

Uses of Artifact in org.wso2.carbon.application.deployer
 

Methods in org.wso2.carbon.application.deployer that return Artifact
static Artifact AppDeployerUtils.populateArtifact(org.apache.axiom.om.OMElement artifactEle)
          Builds the Artifact object when an artifact element is given
 

Uses of Artifact in org.wso2.carbon.application.deployer.config
 

Methods in org.wso2.carbon.application.deployer.config that return Artifact
 Artifact ApplicationConfiguration.getApplicationArtifact()
           
 Artifact Artifact.Dependency.getArtifact()
           
 

Methods in org.wso2.carbon.application.deployer.config that return types with arguments of type Artifact
 List<Artifact> Artifact.getSubArtifacts()
           
 

Methods in org.wso2.carbon.application.deployer.config with parameters of type Artifact
 void Artifact.addSubArtifact(Artifact subArtifact)
           
 void Artifact.Dependency.setArtifact(Artifact artifact)
           
 

Uses of Artifact in org.wso2.carbon.application.deployer.internal
 

Methods in org.wso2.carbon.application.deployer.internal that return Artifact
 Artifact ApplicationManager.buildAppArtifact(CarbonApplication parentApp, InputStream artifactXmlStream)
          Builds the artifact from the given input steam and adds it as a dependency in the provided parent carbon application.
 

Methods in org.wso2.carbon.application.deployer.internal with parameters of type Artifact
 void ApplicationManager.buildDependencyTree(Artifact rootArtifact, List<Artifact> allArtifacts)
          If the given artifact is a dependent artifact for the rootArtifact, include it as the actual dependency.
 

Method parameters in org.wso2.carbon.application.deployer.internal with type arguments of type Artifact
 void ApplicationManager.buildDependencyTree(Artifact rootArtifact, List<Artifact> allArtifacts)
          If the given artifact is a dependent artifact for the rootArtifact, include it as the actual dependency.
 



Copyright © 2014 WSO2 Inc. All rights reserved.