| Package | Description |
|---|---|
| org.wso2.carbon.application.deployer | |
| org.wso2.carbon.application.deployer.config | |
| org.wso2.carbon.application.deployer.internal |
| Modifier and Type | Method and Description |
|---|---|
static Artifact |
AppDeployerUtils.populateArtifact(org.apache.axiom.om.OMElement artifactEle)
Builds the Artifact object when an artifact element is given
|
| Modifier and Type | Method and Description |
|---|---|
Artifact |
ApplicationConfiguration.getApplicationArtifact() |
Artifact |
Artifact.Dependency.getArtifact() |
| Modifier and Type | Method and Description |
|---|---|
List<Artifact> |
Artifact.getSubArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Artifact.addSubArtifact(Artifact subArtifact) |
void |
Artifact.Dependency.setArtifact(Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2018 WSO2 Inc. All rights reserved.