Uses of Class
org.wso2.carbon.application.deployer.config.Artifact
Packages that use Artifact
Package
Description
-
Uses of Artifact in org.wso2.carbon.application.deployer
Methods in org.wso2.carbon.application.deployer that return ArtifactModifier and TypeMethodDescriptionstatic 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 ArtifactModifier and TypeMethodDescriptionApplicationConfiguration.getApplicationArtifact()Artifact.Dependency.getArtifact()Methods in org.wso2.carbon.application.deployer.config that return types with arguments of type ArtifactMethods in org.wso2.carbon.application.deployer.config with parameters of type ArtifactModifier and TypeMethodDescriptionvoidArtifact.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 ArtifactModifier and TypeMethodDescriptionApplicationManager.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 ArtifactModifier and TypeMethodDescriptionvoidApplicationManager.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 ArtifactModifier and TypeMethodDescriptionvoidApplicationManager.buildDependencyTree(Artifact rootArtifact, List<Artifact> allArtifacts) If the given artifact is a dependent artifact for the rootArtifact, include it as the actual dependency.