Class Artifact
java.lang.Object
org.wso2.carbon.application.deployer.config.Artifact
Keeps information about a single artifact deployed through an application.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddSubArtifact(Artifact subArtifact) getFiles()getName()getType()voidvoidsetDeploymentStatus(String deploymentStatus) voidsetExtractedPath(String extractedPath) voidvoidsetRegConfig(RegistryConfig regConfig) voidsetRuntimeObjectName(String runtimeObjectName) voidsetServerRole(String serverRole) voidvoidsetVersion(String version)
-
Field Details
-
NAME
- See Also:
-
TYPE
- See Also:
-
VERSION
- See Also:
-
ARTIFACT_XML
- See Also:
-
REG_INFO_XML
- See Also:
-
ARTIFACT
- See Also:
-
DEPENDENCY
- See Also:
-
SERVER_ROLE
- See Also:
-
SUB_ARTIFACTS
- See Also:
-
FILE
- See Also:
-
unresolvedDepCount
public int unresolvedDepCount
-
-
Constructor Details
-
Artifact
public Artifact()
-
-
Method Details
-
getType
-
setType
-
getVersion
-
setVersion
-
getName
-
setName
-
getServerRole
-
getExtractedPath
-
setExtractedPath
-
setServerRole
-
getDependencies
-
getSubArtifacts
-
getFiles
-
addDependency
-
removeDependency
-
addFile
-
addSubArtifact
-
getRuntimeObjectName
-
setRuntimeObjectName
-
getRegConfig
-
setRegConfig
-
getDeploymentStatus
-
setDeploymentStatus
-