Uses of Class
org.wso2.carbon.application.deployer.config.Artifact.Dependency
-
Packages that use Artifact.Dependency Package Description org.wso2.carbon.application.deployer org.wso2.carbon.application.deployer.config -
-
Uses of Artifact.Dependency in org.wso2.carbon.application.deployer
Method parameters in org.wso2.carbon.application.deployer with type arguments of type Artifact.Dependency Modifier and Type Method Description static booleanAppDeployerUtils. hasLibs(List<Artifact.Dependency> deps)Checks whether the given dependencies has library type artifacts -
Uses of Artifact.Dependency in org.wso2.carbon.application.deployer.config
Methods in org.wso2.carbon.application.deployer.config that return types with arguments of type Artifact.Dependency Modifier and Type Method Description List<Artifact.Dependency>Artifact. getDependencies()Methods in org.wso2.carbon.application.deployer.config with parameters of type Artifact.Dependency Modifier and Type Method Description voidArtifact. addDependency(Artifact.Dependency dep)voidArtifact. removeDependency(Artifact.Dependency dep)
-