Uses of Class
org.wso2.carbon.application.deployer.config.Artifact
-
Packages that use Artifact Package Description 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 Modifier and Type Method Description static ArtifactAppDeployerUtils. 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 Modifier and Type Method Description ArtifactApplicationConfiguration. getApplicationArtifact()ArtifactArtifact.Dependency. getArtifact()Methods in org.wso2.carbon.application.deployer.config that return types with arguments of type Artifact Modifier and Type Method Description List<Artifact>Artifact. getSubArtifacts()Methods in org.wso2.carbon.application.deployer.config with parameters of type Artifact Modifier and Type Method Description voidArtifact. addSubArtifact(Artifact subArtifact)voidArtifact.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 Modifier and Type Method Description ArtifactApplicationManager. 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 Modifier and Type Method Description voidApplicationManager. 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 Modifier and Type Method Description voidApplicationManager. buildDependencyTree(Artifact rootArtifact, List<Artifact> allArtifacts)If the given artifact is a dependent artifact for the rootArtifact, include it as the actual dependency.
-